size property

KnowledgePanelSize? size
final

Size of the KnowledgePanel, if small the client must display the panel in a compact size.

Implementation

@JsonKey(unknownEnumValue: KnowledgePanelSize.UNKNOWN)
final KnowledgePanelSize? size;