Interface IType

Describes an entity type record.

Hierarchy

  • IType

Properties

AuthoringSettings?: {
    defaultTool: string;
    enabledTools: string[];
}

Type declaration

  • defaultTool: string
  • enabledTools: string[]
DataSchema?: {
    Key: "root";
    Name?: "Root";
    Structure: IAttribute[];
    Type: Structure;
}

Type declaration

Description?: string
DisplayNameAttributePath?: string
DisplaySetting.ID?: number
ID?: string
IsAccessRestricted?: boolean
IsDeleteDisabled?: boolean
IsDeleted?: boolean
IsStrictSchema?: boolean
LastUpdate.Time?: IUTC
Name: string
Parent.EntityType.ID?: string

Generated using TypeDoc