Type Alias GenericObjectLayout<QData>

Is the layout for GenericObjectProperties.

Type Parameters

  • QData = unknown
Index
qAppObjectList?: AppObjectList<QData>
qBookmarkList?: BookmarkList<QData>
qChildList?: ChildList<QData>
qDimensionList?: DimensionList<QData>
qEmbeddedSnapshot?: EmbeddedSnapshot

Gives information on the error. This parameter is optional.

qExtendsId?: string

Should be set to create an object that is linked to another object. Enter the identifier of the object you want to link to. If you do not want to link your object, set this parameter to an empty string.

qExtensionList?: ExtensionList
qFieldList?: FieldList
qHasSoftPatches?: boolean

Is set to true if the generic object contains some properties that are not persistent (a soft patch was applied).

qHyperCube?: HyperCube
qInfo?: NxInfo

Identifier and type of the generic object.

qListObject?: ListObject
qMeasureList?: MeasureList<QData>
qMediaList?: QMediaList
qMeta?: NxMeta

Information about publishing and permissions. This parameter is optional.

qNxLibraryDimension?: NxLibraryDimension
qNxLibraryMeasure?: NxLibraryMeasure
qSelectionInfo?: NxSelectionInfo

Information about the selections.

qSelectionObject?: SelectionObject
qStateName?: string

Name of the alternate state. Default is current selections $ .

qStaticContentUrl?: StaticContentUrl
qTreeData?: TreeData
qUndoInfo?: UndoInfo
qVariableList?: VariableList<QData>