[]
        
(Showing Draft Content)

dashboard.VisualNS.IShowScenarioCommand

接口: IShowScenarioCommand

dashboard.VisualNS.IShowScenarioCommand

Hierarchy

Table of contents

属性

属性

name

name: "ShowScenario"

显示组件的命令名称。

Overrides

ICommandDescription.name


payload

payload: Object

交互命令的负载。

Type declaration

名称 类型
delay number
duration number
enterAnimation ScenarioAnimationType
scenarioId string
target? string

delay: number

延迟时间。


duration: number

持续时间。


enterAnimation: ScenarioAnimationType

进入动画类型。


scenarioId: string

组件Id


target?: string

目标组件名称。


Overrides

ICommandDescription.payload