Options
All
  • Public
  • Public/Protected
  • All
Menu

Module DialogMsg

Dialog messages.

Index

Variables

Const AcceptRequest

AcceptRequest: Message = new Message("accept-request")

A message that dialog content can send to the chrome to accept itself.

This allows content to apply itself if it knows more about a user's intent than the HoverManager does (eg, double-clicking in a list box to 'super'-select it).

Const DismissRequest

DismissRequest: Message = new Message("dismiss-request")

A message that dialog content can send to the chrome to dismiss itself.

This is like the "accept-request" message, except it will dismiss the dialog without changes.

Generated using TypeDoc