Trevixal API
    Preparing search index...

    Interface LinkUpdate

    Which attributes of a link to change; the rest are left as they are.

    interface LinkUpdate {
        href?: string;
        target?: "_blank" | null;
        title?: string | null;
    }
    Index
    href?: string
    target?: "_blank" | null
    title?: string | null