Skip to content
  1. API
  2. Types

NodeSelector

Type: null|function(node: Node): boolean

Used to indicate if a style rule should be applied to a given node. null is equivalent to a function that always returns true.