P3d.in Embed API
    Preparing search index...

    Class P3dVariant

    Hierarchy

    • P3dValueCached
      • P3dVariant
    Index

    Accessors

    Methods

    Accessors

    • get id(): string

      Unique string identifier for the object

      Returns string

    • get isHidden(): boolean

      Determine whether variant is hidden from the UI

      Returns boolean

    • set isHidden(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    • get name(): string

      Variant name. For example "Variant 1"

      Returns string

    • set name(value: string): void

      Parameters

      • value: string

      Returns void

    Methods

    • 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