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

    Interface ResizableSizeOptions

    Options accepted by clampResizableSize.

    interface ResizableSizeOptions {
        max?: number;
        min?: number;
        size: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    max?: number

    Maximum size.

    min?: number

    Minimum size.

    size: number

    Requested size.