interface InlineLink {
    linkText: string;
    linkURL: string;
}

Properties

Properties

linkText: string

The text of the inline link.

linkURL: string

The URL of the inline link.