Scripts
    Preparing search index...

    Class SwitcherElement

    Interface used for marking elements with gettable value represented by bool.

    Hierarchy (View Summary)

    Implements

    Index

    Methods

    • Returns checked value of switcher as bool

      Returns boolean

      Checked value of switcher as bool

    • Checks if the element has specified tag.

      Parameters

      • tag: Tag

        Tag that is checked.

      Returns boolean

      True if element has specified tag, false otherwise.

    • Sets checked value of switcher as bool

      Parameters

      • value: boolean

        Checked value of switcher as bool

      Returns void

    • Sets checked value of switcher as bool

      Parameters

      • Optionalvalue: any

        Checked value of switcher as bool

      Returns void