Type alias TargetByObjectId

TargetByObjectId: {
    objectId: string;
    path?: never;
}

Targets an object by its object ID.

Type declaration

  • objectId: string

    The unique identifier of the object instance to target.

  • Optional path?: never

    Not applicable when targeting by object ID.

Generated using TypeDoc