interface ViewEntity {
    id: string;
    type: symbol;
    [propKey: string]: any;
}

Indexable

[propKey: string]: any

Properties

Properties

id: string
type: symbol

Generated using TypeDoc