Type alias RegexSelectorWithoutCombination
RegexSelectorWithoutCombination: {
attrName?: string;
attrValue?: string;
nodeName?: string;
}
Type declaration
-
Optional Readonly attrName?: string
-
Optional Readonly attrValue?: string
-
Optional Readonly nodeName?: string