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

    Interface GridStackWidget

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

    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 (mirrors Angular class on widget JSON).

    el?: HTMLElement

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

    subGridOpts?: GridStackOptions

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

    lazyLoad?: boolean

    Defer rendering the component until the item scrolls into view (mirrors Angular lazyLoad).