Matcher for structured text nodes.

interface StructuredTextNodeMatcher {
    attributeMatchers: StructuredTextAttributeMatcher[];
    caseSensitive: boolean;
    tag?: string;
}

Properties

attributeMatchers: StructuredTextAttributeMatcher[]
caseSensitive: boolean
tag?: string