If true, only properties with a matching allow rule can be accessed by the expression. If false, all properties can be accessed unless they have a block rule. Defaults to false.
Defines which operators are allowed. By default, all supported operators,
except for typeof
, in
, and instanceof
, are allowed.
Access rules to use when determining what properties can be accessed by the expression. The rules are evaluated in order.
The scope to use when evaluating the expression. The expression will be limited to accessing the properties of the scope.
Defines what syntax is allowed. By default, all supported syntax is allowed.
Generated using TypeDoc
Options for evaluating.