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

    Interface NgGridStackWidget

    Extended GridStackWidget interface for Angular integration. Matches the React/Vue convention: component identifies the widget type, props carries the data passed to it (via ComponentRef.setInput()).

    interface NgGridStackWidget {
        component?: string;
        props?: NgCompInputs;
        subGridOpts?: NgGridStackOptions;
    }

    Hierarchy

    • GridStackWidget
      • NgGridStackWidget
    Index

    Properties

    component?: string

    Key used to look up the Angular component in the componentMap (defaults to the component's @Component.selector, e.g. 'app-chart').

    props?: NgCompInputs

    Serialized props forwarded to the component via ComponentRef.setInput().

    subGridOpts?: NgGridStackOptions

    Configuration for nested sub-grids