Type Alias NxPatches

type NxPatches = {
    qChildren?: NxPatches[];
    qInfo?: NxInfo;
    qPatches?: NxPatch[];
}
Index

Properties

qChildren?: NxPatches[]

Array with child objects and their patches.

qInfo?: NxInfo

Identifier and type of the object.

qPatches?: NxPatch[]

Array with patches.