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> $options, array<string|int, mixed> $eventdata) : mixed
    Parameters
- $identifier : string
- $type : string
- $height : string
- $width : string
- $label : string
- $content : string
- $options : array<string|int, mixed>
- $eventdata : array<string|int, mixed>
jsonSerialize()
    public
                    jsonSerialize() : array<string|int, mixed>