effex-monorepo
Preparing search index...
core/src
GuardedTarget
Interface GuardedTarget<S>
A guarded transition target with a reactive condition.
interface
GuardedTarget
<
S
extends
string
>
{
to
:
S
;
when
:
Readable
.
Readable
<
boolean
>
;
}
Type Parameters
S
extends
string
Index
Properties
to
when
Properties
Readonly
to
to
:
S
Readonly
when
when
:
Readable
.
Readable
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
to
when
effex-monorepo
Loading...
A guarded transition target with a reactive condition.