Frame / SView / FrameConfigureReader
Class: FrameConfigureReader
SView.FrameConfigureReader
Memberof
SView
Description
Frame配置文件读取类
Author
YW
Date
2022-1-20
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new FrameConfigureReader(): FrameConfigureReader
Returns
Properties
configureItemsKey
▪ Static
Readonly
configureItemsKey: "configureItems"
Methods
parse
▸ parse(jsonStr
, retMap
): boolean
Parameters
Name | Type | Description |
---|---|---|
jsonStr | string | 配置内容 |
retMap | Map <string , any > | 配置项数组 |
Returns
boolean
是否解析成功
Description
解析配置文件