GridStack Vue Library - v13.2.0
    Preparing search index...

    Interface GridStackWidget

    interface GridStackWidget {
        component?: string;
        props?: GridStackWidgetProps;
        class?: string;
        el?: HTMLElement;
        subGridOpts?: GridStackOptions;
    }

    Hierarchy

    • Omit<CoreGridStackWidget, "subGridOpts">
      • GridStackWidget
    Index

    Properties

    component?: string

    Key in the components map passed to <GridStack :components="...">

    class?: string

    Extra CSS classes on the widget root.

    el?: HTMLElement

    Runtime DOM node when removing via addRemoveCB (not serialized).

    subGridOpts?: GridStackOptions

    Nested grid options (recursive; uses Vue-extended widget children).