Abstract
Override this method to return serializable data for this widget.
Return an object with properties that map to your component's @Input() fields. The selector is handled automatically, so only include component-specific data.
Object containing serializable component data
Override this method to handle widget restoration from saved data.
Use this for complex initialization that goes beyond simple @Input() mapping. The default implementation automatically assigns input data to component properties.
The saved widget data including input properties
Base widget class for GridStack Angular integration.