v5.0.0
Preparing search index...
Rule
Interface Rule
interface
Rule
{
expect
?:
RuleFunction
[]
;
maybe
?:
boolean
;
noSpace
?:
boolean
;
oneOrMore
?:
boolean
;
or
?:
boolean
;
run
?:
TriggerFunction
;
token
?:
string
;
zeroOrMore
?:
boolean
;
}
Index
Properties
expect?
maybe?
no
Space?
one
Or
More?
or?
run?
token?
zero
Or
More?
Properties
Optional
expect
expect
?:
RuleFunction
[]
Optional
maybe
maybe
?:
boolean
Optional
no
Space
noSpace
?:
boolean
Optional
one
Or
More
oneOrMore
?:
boolean
Optional
or
or
?:
boolean
Optional
run
run
?:
TriggerFunction
Optional
token
token
?:
string
Optional
zero
Or
More
zeroOrMore
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
expect
maybe
no
Space
one
Or
More
or
run
token
zero
Or
More
v5.0.0
Loading...