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

    Interface RenderPageHeaderOptions

    Options accepted by renderPageHeader.

    interface RenderPageHeaderOptions {
        actions?: string;
        separator?: string;
        subtitle?: string;
        title: string;
        width: number;
    }
    Index

    Properties

    actions?: string

    Optional right-aligned command or status text.

    separator?: string

    Text inserted between title and subtitle.

    ' - '

    subtitle?: string

    Optional supporting title text.

    title: string

    Non-empty page title.

    width: number

    Available header width in terminal cells.