Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents operation dialog options.

Hierarchy

  • OperationDialogOptions

Index

Properties

Optional animation

animation: "bin-empty" | "copy" | "copy-multi" | "delete" | "recycle"

The animation name to use.

Optional canCancel

canCancel: boolean

Whether the operation can be cancelled.

text

text: string

Operation status text.

title

title: string

Dialog title.

Optional useIdleProgress

useIdleProgress: boolean

Whether to use an idle progress bar.

Methods

Optional oncancel

  • oncancel(e?: { wndEvt: any }): void
  • On cancel callback

    Parameters

    • Optional e: { wndEvt: any }
      • wndEvt: any

    Returns void

Generated using TypeDoc