Type Alias GenericObjectProperties

type GenericObjectProperties = {
    qExtendsId?: string;
    qInfo?: NxInfo;
    qMetaDef?: NxMetaDef;
    qStateName?: string;
}
Index

Properties

qExtendsId?: string

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

qInfo?: NxInfo

Identifier and type of the object. This parameter is mandatory.

qMetaDef?: NxMetaDef

Definition of the dynamic properties.

qStateName?: string

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