IActionRouteData interface
传递给触发操作的参数。
属性
| action | 已匹配的命名对话框操作。 |
| data | 作为操作绑定的一部分传递的可选数据。 |
| dialog |
操作绑定到的对话框的 ID。 |
| dialog |
操作绑定到的对话框的对话框堆栈上的索引。 |
| intent | 触发操作的意向。 |
属性详细信息
action
已匹配的命名对话框操作。
action?: string
属性值
string
data
作为操作绑定的一部分传递的可选数据。
data?: string
属性值
string
dialogId
操作绑定到的对话框的 ID。
dialogId?: string
属性值
string
dialogIndex
操作绑定到的对话框的对话框堆栈上的索引。
dialogIndex?: number
属性值
number