Interface IGenericObjectEntry

interface IGenericObjectEntry {
    qChildren: IGenericObjectEntry[];
    qEmbeddedSnapshotRef: IGenericBookmarkEntry;
    qProperty: IGenericObjectProperties;
}

Hierarchy

  • IGenericObjectEntry
    • IGenericObjectEntry

Properties

qChildren: IGenericObjectEntry[]

Information about the children of the generic object.

qEmbeddedSnapshotRef: IGenericBookmarkEntry

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

qProperty: IGenericObjectProperties

Information about the generic object properties.