interface ViewPropertyReference {
    identifier: string;
    view: ViewReference;
}

Properties

Properties

identifier: string

The unique identifier, from the view, for the property

Reference to a view - this is deprecated, use source with ViewReference instead