Type Alias NxInfo

type NxInfo = {
    qId?: string;
    qType?: string;
}
Index

Properties

Properties

qId?: string

Identifier of the object. If the chosen identifier is already in use, the engine automatically sets another one. If an identifier is not set, the engine automatically sets one. This parameter is optional.

qType?: string

Type of the object. This parameter is mandatory.