mithril-materialized
    Preparing search index...

    Type Alias AnchorTarget

    AnchorTarget: "_blank" | "_self" | "_parent" | "_top"

    Link or anchor target may take 4 values:

    • _blank: Opens the linked document in a new window or tab
    • _self: Opens the linked document in the same frame as it was clicked (this is default)
    • _parent: Opens the linked document in the parent frame
    • _top: Opens the linked document in the full body of the window