ApplicationCustomLoadResourceDefine Application Custom Load Resource
Field Definitions
| Field | Type | Default | Description |
|---|---|---|---|
| type | String | - | Resource type |
| resourceId | String | - | Resource ID |
| fontResourceId | String | - | Font resource ID |
| fontResourceFamily | String | - | Font resource family name |
| fontResourceClass | String | - | Font resource class name |
| fontMetaResourceId | String | - | Font meta resource ID |
| generateFontClass | boolean | - | Generate font class style |
| enableInPc | boolean | - | Enable on PC |
| enableInMobile | boolean | - | Enable on mobile |
Inherited Fields (from DefineObject)
| Field | Type | Default | Description |
|---|---|---|---|
| id | String | - | Unique identifier |
| key | String | - | Key |
| scope | String | - | Scope |
| name | String | - | Name (required) |
| displayName | String | - | Display name |
| remark | String | - | Remark |
| build | Long | 0L | Build version number, uses incrementing numbers. If version numbers differ, this configuration item needs to be processed (incremented by 1 when app is published) |
| draftVersion | Long | 0L | Draft version number |
| ignoreAddVersion | Boolean | false | Ignore add version number |
| isDeleted | Boolean | false | Mark whether the definition is deleted |
| parentId | String | - | Parent node ID |
| parentName | String | - | Parent node name |
| createUser | String | - | Created by user |
| updateUser | String | - | Updated by user |
| createTime | String | - | Create time |
| updateTime | String | - | Update time |

