Represents an anchor.

interface IAnchor {
    href?: string;
}

Implemented by

Properties

Properties

href?: string

The URL of the resource.