Type Alias GenericObjectEntry

type GenericObjectEntry = {
    qChildren?: GenericObjectEntry[];
    qEmbeddedSnapshotRef?: GenericBookmarkEntry;
    qProperty?: GenericObjectProperties;
}
Index

Properties

qChildren?: GenericObjectEntry[]

Information about the children of the generic object.

qEmbeddedSnapshotRef?: GenericBookmarkEntry

Reference to a bookmark/snapshot that is embedded in the generic object.

Information about the generic object properties.