@dallaylaen/ski-interpreter
Preparing search index...
quest
AddCaseOptions
Type Alias AddCaseOptions
type
AddCaseOptions
=
{
canonize
?:
{
max
?:
number
;
maxArgs
?:
number
;
maxSize
?:
number
}
;
caps
?:
Capability
;
engine
?:
Parser
;
env
?:
{
[
key
:
string
]:
Expr
}
;
max
?:
number
;
note
?:
string
;
}
Index
Properties
canonize?
caps?
engine?
env?
max?
note?
Properties
Optional
canonize
canonize
?:
{
max
?:
number
;
maxArgs
?:
number
;
maxSize
?:
number
}
Optional
caps
caps
?:
Capability
Optional
engine
engine
?:
Parser
Optional
env
env
?:
{
[
key
:
string
]:
Expr
}
Optional
max
max
?:
number
Optional
note
note
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
canonize
caps
engine
env
max
note
@dallaylaen/ski-interpreter
Loading...