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

    Interface BoxStyleControllerOptions

    Adapter context used to consume component and spacing theme tokens.

    interface BoxStyleControllerOptions {
        applyPadding?: boolean;
        component?: string;
    }
    Index

    Properties

    applyPadding?: boolean

    Apply theme padding when Blessed padding is not explicit.

    component?: string

    Component key used for component-level color overrides.