Type Alias NxLinkedObjectInfo

type NxLinkedObjectInfo = {
    qInfo?: NxInfo;
    qRootId?: string;
}
Index

Properties

Properties

qInfo?: NxInfo

Information about the linked object.

qRootId?: string

Identifier of the root object. If the linked object is a child, the root identifier is the identifier of the parent. If the linked object is an app object, the root identifier is the same than the identifier of the linked object since the linked object is a root object.