interface WidgetProperty {
    propertyKey: string;
    type: WidgetType;
}

Hierarchy (view full)

Properties

Properties

propertyKey: string