Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DialogProperties

Properties of a dialog.

since

13.2

Hierarchy

  • DialogProperties

Index

Properties

Properties

Optional size

The size of the dialog. Defaults to Medium.

since

13.2

title

title: string

Title of the dialog.

since

13.2

url

url: string

The URL to load the dialog contents from. Can be absolute or relative to the url of the UI extension.

since

13.2

Optional value

value: any

A value to pass to the dialog. For example the current field value, that can be used to preselect an item in the dialog. The value should be compatible with the structured clone algorithm.

since

13.2