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

    Type Alias NgCompInputs

    NgCompInputs: { [key: string]: any }

    Type for component input data serialization. Maps @Input() property names to their values for widget persistence.

    Type declaration

    • [key: string]: any
    const inputs: NgCompInputs = {
    title: 'My Widget',
    value: 42,
    config: { enabled: true }
    };