@zeroc/ice
    Preparing search index...

    Class LinkInfo

    Information about a topic link.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • OptionaltheTopic: TopicPrx
      • Optionalname: string
      • Optionalcost: number

      Returns LinkInfo

    Properties

    cost: number

    The cost of traversing this link.

    name: string

    The name of the linked topic.

    theTopic: TopicPrx

    The linked topic proxy. This proxy is never null.

    Methods

    • A deep copy of the current object.

      Returns LinkInfo

      A deep copy of the current object.

    • Determines whether the specified object is equal to the current object.

      Parameters

      • other: any

        The object to compare with the current object.

      Returns boolean

      true if the specified object is equal to the current object, false otherwise.