GridStack Angular Library - v13.1.2
    Preparing search index...

    Interface NgGridStackNode

    Extended GridStackNode interface for Angular integration. Adds component key for dynamic content creation.

    interface NgGridStackNode {
        component?: string;
    }

    Hierarchy

    • GridStackNode
      • NgGridStackNode
    Index

    Properties

    Properties

    component?: string

    Key used to look up the Angular component in the componentMap.