Type Alias LinkStateFullV2

The full state of a Link.

type LinkStateFullV2 = {
    bindings?: BindingArrayV2;
    createdDate: string;
    dynamicView?: boolean;
    genAppAccessible?: boolean;
    id: string;
    includeScript?: boolean;
    modifiedByUser?: odagLinks.UserStateCondensedV2;
    modifiedDate?: string;
    name: LinkNameV2;
    owner: odagLinks.UserStateCondensedV2;
    privileges?: string[];
    properties: LinkPropertiesV2;
    rowEstExpr: LinkRowEstExprV2;
    status: LinkStatusV2;
    templateApp: odagLinks.AppStateCondensedV2;
    templateAppChartObjects?: unknown[];
}
Index

Properties

bindings?: BindingArrayV2

A collection of Bindings. Note that there can be multiple bindings having the same templateAppFieldName in a binding collection to denote different usages of the field's selection state in the context of the data prep logic but they all must have the same value for their range property.

createdDate: string
dynamicView?: boolean
genAppAccessible?: boolean
id: string
includeScript?: boolean
modifiedDate?: string
privileges?: string[]
properties: LinkPropertiesV2
rowEstExpr: LinkRowEstExprV2
status: LinkStatusV2
templateAppChartObjects?: unknown[]