@conciergus/chat - v0.3.1
    Preparing search index...

    Interface ErrorRecoveryAction

    Error recovery action

    interface ErrorRecoveryAction {
        label: string;
        handler: () => void | Promise<void>;
        type: "primary" | "secondary" | "danger";
        loading?: boolean;
        disabled?: boolean;
        icon?: string;
    }
    Index

    Properties

    label: string

    Action label

    handler: () => void | Promise<void>

    Action handler

    type: "primary" | "secondary" | "danger"

    Action type

    loading?: boolean

    Loading state

    disabled?: boolean

    Disabled state

    icon?: string

    Icon