Interface Data

Information about a webring member.

interface Data {
    direction?: Direction;
    name?: string;
    url: string;
}

Properties

Properties

direction?: Direction

Hides the website when navigating in the opposite direction.

name?: string

Short description of the website.

url: string

URL of the page, on which the library is used.

Generated using TypeDoc