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

    Variable GridStackItemConst

    GridStackItem: DefineComponent<
        ExtractPropTypes<
            {
                id: { type: StringConstructor; required: true };
                options: { type: PropType<Partial<GridStackWidget>>; default: () => {} };
            },
        >,
        () => VNode<RendererNode, RendererElement, { [key: string]: any }>,
        {},
        {},
        {},
        ComponentOptionsMixin,
        ComponentOptionsMixin,
        {},
        string,
        PublicProps,
        ToResolvedProps<
            ExtractPropTypes<
                {
                    id: { type: StringConstructor; required: true };
                    options: { type: PropType<Partial<GridStackWidget>>; default: () => {} };
                },
            >,
            {},
        >,
        { options: Partial<GridStackWidget> },
        {},
        {},
        {},
        string,
        ComponentProvideOptions,
        true,
        {},
        any,
    > = ...

    Teleport anchor for one grid item. Owns Vue subtree; survives cross-grid DnD while this component stays mounted.

    The slot content is teleported into the GS-owned .grid-stack-item-content element, so widget components never need to know about GS DOM internals.