Interface LinkStateFull

Hierarchy

  • LinkStateFull

Properties

bindings: any[]

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.

createDate: string

A timestamp indicating when a significant event happened.

dynamicView?: boolean

True if the odag link is a dynamic view otherwise false

genAppAccessible?: boolean

Only returned on LinkGet and set to true if user will have access to an app generated by this link.

id: string

The system-assigned ID for a model group.

modelGroups: string[]
modifiedByUserName: string
modifiedDate: string

A timestamp indicating when a significant event happened.

name: string

The name of a model group.

Condensed state of a Qlik Sense user returned in state of ownable ODAG entities (e.g. ModelGroup, Link and EngineGroup).

privileges: string[]
properties: LinkProperties

The complete set of possible properties for a link and their associated user context/value pairings.

status: string

The current status of a link.

templateApp: AppStateCondensed

Condensed state of app returned in state if Link, LinkUsage, Request and ODAG App GET calls.

templateAppChartObjects?: {}[]