jamespot-user-api
    Preparing search index...

    Type Alias WidgetLayer

    type WidgetLayer = {
        locked: boolean;
        position: WidgetVector | undefined;
        title: string;
        uniqid: string;
        visible: boolean;
        widgets: WidgetWrapperProps[];
    }
    Index

    Properties

    locked: boolean
    position: WidgetVector | undefined
    title: string
    uniqid: string
    visible: boolean