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

    Interface RawDynamism

    Raw Dynamism

    interface RawDynamism {
        enabled?: string;
        event: string;
        exec?: string;
        Load?: D;
        targets?: string[];
        variables?: SmeupVariable[];
    }
    Index

    Properties

    enabled?: string

    Enable conditions

    event: string

    Event type

    exec?: string

    Fun or Action

    Load?: D

    Load method

    targets?: string[]

    Component ids

    variables?: SmeupVariable[]

    Declared variables