Scripts
    Preparing search index...

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

    Hierarchy (View Summary)

    Implements

    Index

    Methods

    • Returns text value of element

      Returns string

      Text value of element

    • Checks if the element has specified tag.

      Parameters

      • tag: Tag

        Tag that is checked.

      Returns boolean

      True if element has specified tag, false otherwise.

    • Returns true if text element is unlocked, false otherwise

      Returns boolean

      True if text element is unlocked, false otherwise

    • Sets text value of element

      Parameters

      • Optionalvalue: string

        Text value of element

      Returns void