Search


Search something to see results

MatchedSelector

Matched selector object

interface MatchedSelector {
    eq: boolean;
    match: string[][];
    selector1: string[][];
    selector2: string[][];
}

Index

Properties

eq: boolean

Selectors partially match

match: string[][]

Matched selector

selector1: string[][]

Selector 1

selector2: string[][]

Selector 2