effex-monorepo
    Preparing search index...

    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

    Properties

    to: S
    when: Readable.Readable<boolean>