jamespot-user-api
    Preparing search index...

    Type Alias WidgetDefinitionProps

    type WidgetDefinitionProps = {
        available: boolean;
        description: string;
        displayLevel?: (1 | 2 | 3 | 4)[];
        img: string;
        label: string;
        name: WidgetKeys;
        panel: {
            useEditor: boolean;
            useSelection: boolean;
            useSync?: boolean;
            useWidgets: boolean;
            useWrapper: boolean;
        };
    }
    Index

    Properties

    available: boolean
    description: string
    displayLevel?: (1 | 2 | 3 | 4)[]
    img: string
    label: string
    panel: {
        useEditor: boolean;
        useSelection: boolean;
        useSync?: boolean;
        useWidgets: boolean;
        useWrapper: boolean;
    }