InstanceOrTag
type InstanceOrTag = string | HasTag | typeof CloudObject;
A InstanceOrTag can be either a string
, a HasTag
(CloudObject instance, Property, Relation, ...)
or the class constructor for a CloudObject
type InstanceOrTag = string | HasTag | typeof CloudObject;
A InstanceOrTag can be either a string
, a HasTag
(CloudObject instance, Property, Relation, ...)
or the class constructor for a CloudObject