Type Alias GenericObjectLayout

Is the layout for GenericObjectProperties.

type GenericObjectLayout = {
    qError?: NxLayoutErrors;
    qExtendsId?: string;
    qHasSoftPatches?: boolean;
    qInfo?: NxInfo;
    qMeta?: NxMeta;
    qSelectionInfo?: NxSelectionInfo;
    qStateName?: string;
}
Index

Properties

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.

qHasSoftPatches?: boolean

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

qInfo?: NxInfo

Identifier and type of the generic object.

qMeta?: NxMeta

Information about publishing and permissions. This parameter is optional.

qSelectionInfo?: NxSelectionInfo

Information about the selections.

qStateName?: string

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