Scripts
    Preparing search index...

    Interface used for marking elements with gettable value of unknown type.

    Hierarchy (View Summary)

    Implements

    Index

    Methods

    • Returns element which is linked by this element.

      Returns DocumentElement

      Linked element, or null if no element is linked.

    • Returns value of the linked element as object, because element type is not known.

      Returns any

      Value of the linked element, or null if no element is linked.

    • Returns value of the linked element.

      Returns any

      Value of the linked element, or null if no element is linked.

    • Checks if the element has specified tag.

      Parameters

      • tag: Tag

        Tag that is checked.

      Returns boolean

      True if element has specified tag, false otherwise.