@sme.up/kokos-sdk-node
    Preparing search index...

    Interface SmeupSetup<T>

    interface SmeupSetup<T extends ComponentOptions = ComponentOptions> {
        commands?: SmeupDataNode[];
        context?: string;
        operations?: { delete?: boolean; insert?: boolean; update?: boolean };
        options?: SmeupSetupBase<T>;
        title?: string;
        userSetups?: boolean;
    }

    Type Parameters

    Index

    Properties

    commands?: SmeupDataNode[]
    context?: string
    operations?: { delete?: boolean; insert?: boolean; update?: boolean }
    options?: SmeupSetupBase<T>
    title?: string
    userSetups?: boolean