Who can access this anchor. Currently only supports private to the user.
Since
Lens Scripting Version 376
Default Value
AnchorModule.AnchorScope.Private
Snap OS
Methods
StaticgetTypeName
getTypeName():string
Returns the fully-qualified JavaScript type name for this class (for example, "Component.Camera"). This is a static accessor (no instance required) and returns the same value as the instance getTypeName().
Returns string
Since
Lens Scripting Version 376
Snap OS
getTypeName
getTypeName():string
Returns the name of this object's type.
Returns string
isOfType
isOfType(type:string):boolean
Returns true if the object matches or derives from the passed in type.
Options for saving an anchor.
Since
Lens Scripting Version 376
Snap OS