Skip to content

DetailSwitcher

Zhexuan Liu edited this page Jun 21, 2018 · 5 revisions

DetailSwitcher

image

带标题的开关控件

<detailswitcher title="Lock the map" value={myStore.switchVaue} on-change={xxx}>
</detailswitcher>
import { } from 'mesh-envoy-tag'

const switcher = (
  <DetailSwitcher title="something" value={this.state.value} onChange={xxx}>
)
名称 作用 必须 可否更改
title 开关的标题 true false
value 开关的值 true true
事件 触发条件 附带参数
change 开关的值被改变 开关的值
Clone this wiki locally