Hierarchy

  • ICustomDataDialogOptions

Index

Properties

Properties

caption

caption: string

A localized title for the entry

Optional icon

icon: undefined | string

URL or base64 image (anything src can handle)

onAttach

onAttach: function

Function that will be called by the UI when the dialog is being opened. The targetNode parameter is the existing container for painting the dialog content into. The implementation is responsible for creating/updating the content. It must not modify the targetNode or one of its parents!

Type declaration

    • (targetNode: HTMLElement): void
    • Parameters

      • targetNode: HTMLElement

      Returns void