Trevixal API
    Preparing search index...

    Interface InsertEmailLinkOptions

    interface InsertEmailLinkOptions {
        target?: "_blank" | null;
        text?: string;
    }
    Index
    target?: "_blank" | null

    Open in a new tab (implying rel="noopener noreferrer").

    text?: string

    Link text; the address itself by default.