Component Properties
Property Table
| Property Name | Description | Type | Default Value | Required |
|---|
| id | Unique form identifier | string | - | ✅ |
| modelInfos | File information | array | [] | ✅ |
| height | Height | string | - | ✅ |
| rounded | Window corner radius | string | 12px | - |
| disableValidation | Whether to disable validation | boolean | false | - |
| monacoEditorOptions | Monaco editor configuration | (Refer to IStandaloneEditorConstructionOptions) | - | - |
| fileNav | Top file navigation | TFileNav | (Refer to TFileNav) | - |
| console | Log block | TConsole | (Refer to TConsole) | - |
| deploy | Deployment block | TDeploy | (Refer to TDeploy) | - |
TFileNav
Top file navigation property table
| Property Name | Description | Type | Default Value | Required |
|---|
| open | Whether to enable the feature | boolean | true | - |
TConsole
Log block property table
| Property Name | Description | Type | Default Value | Required |
|---|
| defaultVisible | Default visibility | boolean | true | - |
| defaultHeight | Default height | string | "30%" | - |
| minHeight | Minimum height | number | 78 | - |
| triggerControl | Whether to enable control | boolean | true | - |
| open | Whether to enable the feature | boolean | true | - |
TDeploy
Deployment block property table
| Property Name | Description | Type | Default Value | Required |
|---|
| defaultVisible | Default visibility | boolean | true | - |
| defaultWidth | Default width | string | "200px" | - |
| minWidth | Minimum width | number | 140 | - |
| maxWidth | Maximum width | number | 240 | - |
| open | Whether to enable the feature | boolean | true | - |