Reference to a view

interface ViewReference {
    externalId: string;
    space: string;
    type: "view";
    version: string;
}

Properties

externalId: string

External-id of the view

space: string

Id of the space that the view belongs to

type: "view"
version: string

Version of the view