OptionalexplicitIf 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.
OptionaloperatorsDefines which operators are allowed. By default, all supported operators,
except for typeof, in, and instanceof, are allowed.
OptionalrulesAccess rules to use when determining what properties can be accessed by the expression. The rules are evaluated in order.
OptionalscopeThe scope to use when evaluating the expression. The expression will be limited to accessing the properties of the scope.
OptionalsyntaxDefines what syntax is allowed. By default, all supported syntax is allowed.
Options for evaluating.