Appearance
NodeSelector
Type: null|function(node: Node): boolean
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.
null