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 372
toString
toString():string
Debug-friendly string, e.g. {name: "Bold", coordinates: [700, 100]}.
Read-only named axis preset from the font's
fvartable, for example"Condensed Bold". Returned from Font#namedInstances. Apply one by setting a Text#preferredStyle on a Text component to the instance's NamedInstanceInfo#name.Since
Lens Scripting Version 372
Example