Controls

Notifications allow additional UI components to be specified by applications. The service will control the positioning and styling of these components.

In this version of the service, only buttons are supported. Additional control types will be added in future releases.

Index

Type aliases

ControlOptions

ControlOptions: PrimaryControlOptions | WithExplicitType<ButtonOptions>

Union of options objects of all components that can be added to a notification, includes both buttons and primary controls.

PrimaryControlOptions

PrimaryControlOptions: never

Not yet implemented

Union of the options objects of all "primary control" components supported by the service.