CustomQueryHandler interface
Signature
export interface CustomQueryHandler
Properties
Property | Modifiers | Type | Description | Default |
|---|---|---|---|---|
| queryAll |
| (node: Node, selector: string) => Iterable<Node> | Searches for some Nodes matching the given | |
| queryOne |
| (node: Node, selector: string) => Node | null |