gespenst API - v0.1.0
    Preparing search index...

    Interface ILinkDecorations

    A set of decorations that can be applied to links.

    interface ILinkDecorations {
        pointerCursor: boolean;
        underline: boolean;
    }
    Index
    pointerCursor: boolean

    Whether the cursor is set to pointer.

    underline: boolean

    Whether the underline is visible