Options
All
  • Public
  • Public/Protected
  • All
Menu

Module plugin/selector

Index

Type Aliases

Operator: "=" | "~=" | "|=" | "^=" | "$=" | "*=" | "!="
Query: {}

Type declaration

QuerySelector: { query: Query; scope: "subtree" | "children" | "adjacent" | "siblings" }

Type declaration

  • query: Query
  • scope: "subtree" | "children" | "adjacent" | "siblings"

Variables

default: { name: string; node: any }

Type declaration

Functions

  • match(data: any, query: Query): boolean

Generated using TypeDoc