GridStack Angular Library - v12.3.3
    Preparing search index...

    Type Alias nodesCB

    Callback for events affecting multiple nodes (change, etc.)

    type nodesCB = {
        event: Event;
        nodes: GridStackNode[];
    }
    Index

    Properties

    Properties

    event: Event
    nodes: GridStackNode[]