File

src/lib/shared/interfaces/query-upload.interface.ts

Description

Configuration of the confirmation dialog.

Example :
private config: IConfirmationConfig = {
  confirm: {
    label: 'Button Label',
    action: () => {
      console.log('Confirm clicked');
    },
  },
};

See QueryUploadComponent

Index

Properties

Properties

cancel
cancel: IPresetConfirmationButtonConfig
Type : IPresetConfirmationButtonConfig

The configuration for the confirm button.

confirm
confirm: IPresetConfirmationButtonConfig
Type : IPresetConfirmationButtonConfig

The configuration for the confirm button.

results matching ""

    No results matching ""