Lime Web Components API Documentation - v6.24.0
    Preparing search index...

    Interface ConfirmOptions

    Options for the confirmation dialog

    interface ConfirmOptions {
        acceptText?: string;
        cancelText?: string;
        icon?: string | Icon;
    }
    Index

    Properties

    acceptText?: string

    Text to display on the button for the accept action

    cancelText?: string

    Text to display on the button for the cancel action

    icon?: string | Icon

    Icon to display in the header.