Traits (ValMap)

Returned from the โ€œtraitsโ€ key in โ€œSparkโ€ valmaps.

Keys:

  • โ€œguid"

    • Immutable ValString

    • The guid for this trait

  • "label"

    • Immutable ValString

    • The label for this trait.

    • This property in camelCase is used in the Spark ValMap to modify this trait.

  • "type"

    • Immutable ValString

    • The fully qualified name of the type of this trait

  • "isVisible"

    • ValNumber with a value of 0 (false) or 1 (true)

    • Is this trait visible in the Inspector?

  • โ€œvalueโ€

    • A representation of the value of this trait.

    • Note: Not available if the trait is of an unsupported type.

Last updated

Was this helpful?