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

    Interface ConfirmDialogActionModel

    Safe, normalized action metadata.

    interface ConfirmDialogActionModel {
        label: string;
        result: ConfirmDialogResult;
    }
    Index

    Properties

    Properties

    label: string

    Safe one-line label.

    Semantic result represented by this action.