Skip to main content
Version: 2.9

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