Interface NotificationPromptResult

Object, passed to promptCallback

Index

Properties

Properties

public buttonIndex: number

The index of the pressed button. Note that the index uses one-based indexing, so the value is 1, 2, 3, etc.

public input1: string

The text entered in the prompt dialog box.