Boatstack TypeScript SDK
    Preparing search index...

    Interface StatePrecondition

    Requires a facet to hold one of the listed values before an effect runs.

    interface StatePrecondition {
        facet: string;
        values: string[];
    }
    Index
    facet: string
    values: string[]