Scripts
    Preparing search index...

    Class ParagraphElement

    Hierarchy (View Summary)

    Implements

    Index

    Methods

    • 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 whether this paragraph is hidden by toggle.

      Returns boolean

      True if hidden, false if not

    • Sets whether to hide this paragraph by toggle.

      Parameters

      • hidden: boolean

        True to hide, false to show

      Returns void