interface CreateViewProperty {
    container: ContainerReference;
    containerPropertyIdentifier: string;
    description?: string;
    name?: string;
    source?: ViewReference;
}

Properties

Reference to an existing container

containerPropertyIdentifier: string

The unique identifier for the property (Unique within the referenced container).

description?: string

Description of the content and suggested use for this property.

name?: string

Readable property name.

source?: ViewReference

Indicates on what type a referenced direct relation is expected to be (although not required). Only applicable for direct relation properties.