Mappedin JS - v6.14.0
    Preparing search index...

    Class Hyperlink

    A class representing hyperlink link data within the map.

    Hierarchy

    • default
      • Hyperlink
    Index

    Properties

    Accessors

    Methods

    Properties

    id: string

    The identity of the map metadata.

    Accessors

    • get name(): string | undefined

      Gets the name of the hyperlink.

      Returns string | undefined

      The name of the hyperlink.

    • get url(): string

      Gets the url of the hyperlink.

      Returns string

      The url of the hyperlink.

    Methods

    • Serializes the hyperlink data to JSON.

      Returns { __type: string; id: string; name: string | undefined; url: string }

      An object representing the hyperlink.

    • Checks if the provided instance is of type Hyperlink.

      Parameters

      • instance: object

        The instance to check.

      Returns instance is Hyperlink

      True if the instance is a Hyperlink, false otherwise.