Interface DialogViewOptions

The view options for a dialog.

Hierarchy

  • DialogViewOptions

Properties

dialogId?: string

The id of the dialog.

objectName: string

The name of the object.

parentViewOptions?: {
    objectName: string;
    viewName: string;
}

The view options of the parent.

Type declaration

  • objectName: string
  • viewName: string
viewName: string

The name of the view.

viewType?: ViewType

The type of view.

Generated using TypeDoc