名称编辑

更新时间:2021-08-27 11:07:28下载pdf

RCTGyroMap

图例展示

名称编辑

组件属性

字段名 类型 描述 默认值
dpCode String dp null
eventType String 事件类型 null
disabled Bool 是否禁用 false
stopPropagation Bool 停止进程 false
wrapperStyle Style 按钮样式 null
textStyle Style 字体样式 null
icon String 图标 null
iconSize Number 图标大小 null
iconColor String 图标颜色 null
defaultName String 默认名称 null

使用示例

import React from 'react'
import { NameEditor } from '@tuya/tuya-panel-electrician-sdk'

export default class Scene extends Component { 
  render() { 
    return <NameEditor  textStyle={{fontSize: 14}}  />; 
  } 
}