jamespot-user-api
    Preparing search index...

    Type Alias WidgetSelect

    type WidgetSelect = {
        options: Record<string, any>;
        params?: { data?: string; defaultValue?: string; explain?: 1 };
        type: "select";
    }
    Index

    Properties

    Properties

    options: Record<string, any>
    params?: { data?: string; defaultValue?: string; explain?: 1 }
    type: "select"