Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

 

 

类型描述示例
configSlide

数字滑动条,用于配置数字型属性;
例如字体大小,宽、高等

{
 	title: "尺寸",
 	type: "configSlide",
 	bind: "itemLabelSize",
 	config: {
		slideStart: 0,
 		slideEnd: 100
 	}
 }
fontFamily字体设置
{
	title: "字体",
	type: "fontFamily",
	bind: "tFontFamily"
}
   

 

 

 

 

 

  • No labels