IParamModelLite.getBzProperty() method
获取用户自定义属性
Signature:
getBzProperty(name: string, namespace?: string): IBzParamModelLiteProperty | undefined;
Links: getBzProperty(name: string, namespace?: string): IBzParamModelLiteProperty | undefined;
Parameters
Parameter | Type | Description |
---|---|---|
name | string | 属性名称 |
namespace | string | (Optional) 命名空间(当不传时,即表示当前小程序下的命名空间,格式如下:miniapp-${appId}) |
Returns:
IBzParamModelLiteProperty | undefined