clik-engine API
GitHub
Preparing search index...
TransitionRule
Interface TransitionRule<TContext>
interface
TransitionRule
<
TContext
=
unknown
>
{
condition
:
(
context
:
TContext
)
=>
boolean
;
guard
?:
(
context
:
TContext
)
=>
boolean
;
to
:
string
;
}
Type Parameters
TContext
=
unknown
Index
Properties
condition
guard?
to
Properties
condition
condition
:
(
context
:
TContext
)
=>
boolean
Optional
guard
guard
?:
(
context
:
TContext
)
=>
boolean
to
to
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
condition
guard
to
GitHub
clik-engine API
Loading...