Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • P3dValueCached
    • P3dVariant

Index

Accessors

Methods

Accessors

  • get id(): string
  • Unique string identifier for the object

    Returns string

  • get isHidden(): boolean
  • set isHidden(value: boolean): void
  • Determine whether variant is hidden from the UI

    Returns boolean

  • Determine whether variant is hidden from the UI

    Parameters

    • value: boolean

    Returns void

  • get name(): string
  • set name(value: string): void
  • Variant name. For example "Variant 1"

    Returns string

  • Variant name. For example "Variant 1"

    Parameters

    • value: string

    Returns void

Methods

  • select(): void
  • Select this variant.

    The variant will become active in the Variant Set it is in. Active variants in other sets will remain unchanged.

    Returns void

Generated using TypeDoc