jamespot-user-api
    Preparing search index...

    Type Alias WidgetCheckListContent

    type WidgetCheckListContent = {
        arr?: WidgetCheckListContentArr[];
        css?: Record<string, string | number>;
        edit?: boolean;
        widgets?: WidgetBaseType[];
    }
    Index

    Properties

    Properties

    css?: Record<string, string | number>
    edit?: boolean
    widgets?: WidgetBaseType[]