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

    Interface DetectCapabilitiesOptions

    interface DetectCapabilitiesOptions {
        env?: Readonly<Record<string, string | undefined>>;
        isTTY?: boolean;
        platform?: Platform;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    env?: Readonly<Record<string, string | undefined>>
    isTTY?: boolean
    platform?: Platform