WidgetData implements JsonSerializable
Read onlyYes
    FinalYes
Table of Contents
Interfaces
- JsonSerializable
Methods
- __construct() : mixed
- jsonSerialize() : array<string|int, mixed>
Methods
__construct()
    public
                    __construct(string $identifier, string $type, string $height, string $width, string $label, string $content, array<string|int, mixed> $eventdata, bool $refreshable, bool $configurable) : mixed
    Parameters
- $identifier : string
- $type : string
- $height : string
- $width : string
- $label : string
- $content : string
- $eventdata : array<string|int, mixed>
- $refreshable : bool
- $configurable : bool
jsonSerialize()
    public
                    jsonSerialize() : array<string|int, mixed>