Interface ITextLinkOptions

interface ITextLinkOptions {
    href?: string;
    onClick?: string;
    text?: string;
}

Properties

Properties

href?: string
onClick?: string
text?: string

Generated using TypeDoc