A unit is a container of elements, it can not contain other units.

interface ViewEntitySourceDocument {
    $CreationOptions?: ViewEntitySourceDocumentCreationOptions;
    $ID: string;
    $Type: "DomainModels$ViewEntitySourceDocument";
    documentation: string;
    name: string;
}

Hierarchy (view full)

Properties

Options to pass during the element creation

$ID: string

The unique id of the element.

$Type

The type of the element.

documentation: string
name: string