blessed-components - v1.20.0
    Preparing search index...

    Interface RenderLinkOptions

    interface RenderLinkOptions {
        label: string;
        showUrl?: boolean;
        terminalHyperlink?: boolean;
        url: string;
        width: number;
    }
    Index

    Properties

    label: string
    showUrl?: boolean
    terminalHyperlink?: boolean
    url: string
    width: number