Interface ElementTypeDefinition

interface ElementTypeDefinition {
    _id: string;
    actions: string[];
    attributes: Record<string, AttributeDefinition>;
    name: string;
    positional: boolean;
}

Properties

_id: string
actions: string[]
attributes: Record<string, AttributeDefinition>
name: string
positional: boolean