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

    Type Alias ComponentMap

    ComponentMap: { [key: string]: Type<object> }

    Mapping of component keys to Angular component types. Keys are the component field values stored in widget JSON (by default the component's @Component.selector string).

    Type declaration

    • [key: string]: Type<object>