Interface UIBaseElement

interface UIBaseElement {
    id: string;
    type: UIElementType;
}

Hierarchy

Properties

Properties

id: string

Generated using TypeDoc