oas-material
v0.6.38
Published
## Import ``` import OasMaterial from 'oas-material'; or import { Layout } from 'oas-material'; ```
Downloads
31
Readme
oas-material
Import
import OasMaterial from 'oas-material';
or
import { Layout } from 'oas-material';
Methods
Layout 布局操作对象
/**
* 根据'type'生成控件'Class'
* @param {String} type 控件类型
* @return {Entity | false}
*/
Layout.genLayClass
/**
* 根据布局'json'字符串生成'jsonData'
* @param {String} jsonStr 布局'json'字符串
* @return {Respons}
*/
Layout.readJsonIntoLayout
report 20221219