IndirectPropertyIDLevelRef
Indirect property ID level reference.
Name | Description | Type |
---|---|---|
type | Reference type selector. | IndirectPropertyIDLevelType |
id | ID. Semantics depend on the type selector. For eipidltPropertyDef, this is the ID of a property definition. For eipidltObjectType, this is the ID of an object type. For eipidltStateChanger, this is the ID of a workflow state (a state ID uniquely identifies the state, states of different workflows always have different IDs). | number |
Example
{
"type": 2 /* Enum: IndirectPropertyIDLevelType */,
"id": 0
}