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

    Type Alias UseGridStackItemResult

    type UseGridStackItemResult = {
        id: string;
        node: GridStackNode | undefined;
    }
    Index

    Properties

    Properties

    id: string
    node: GridStackNode | undefined