External Resource
The External Resource component allows you to display external resources that can be handled by the object tag.
Using the object tag, it is possible to embed and display external content such as PDFs, images, YouTube videos, and more.
v3.3.0 This component was added.
Property
| No | Item | Input Value | Default Value | Action Property | Type | Action Default Value | Description |
|---|---|---|---|---|---|---|---|
| 1 | ID | String | Auto-generated | id | string | Auto-generated | The [id] property cannot be set by actions. |
| 2 | Width | Number | 390 | width | number | 390 | Component width |
| 3 | Height | Number | 300 | height | number | 300 | Component height |
| 4 | X | Number | x | number | X coordinate position | ||
| 5 | Y | Number | y | number | Y coordinate position | ||
| 6 | Lock | Boolean | OFF | lock | boolean | false | When ON, the component stays fixed even when the screen is scrolled. When OFF, the component moves along with the screen scroll. Added in v4.1.0. |
| 7 | Icon Color | String Color Picker | iconColor | string | Icon color displayed on the component | ||
| 8 | Background Color | String Color Picker | backgroundColor | string | Component background color | ||
| 9 | Type | Selection 1. text/plain 2. text/html 3. image/gif 4. image/jpeg 5. image/png 6. image/svg+xml 7. application/pdf 8. audio/mpeg 9. video/mp4 | type | string | MIME Type setting When specifying a file manager path, this setting is required. If not specified, an icon will be displayed. | ||
| 10 | Cache Disabled | Boolean | OFF | cacheDisabled | boolean | false | Cache usage state for displayed content Added in v4.1.0. |
| 11 | Visibility | Boolean | ON | visibility | boolean | true | Visibility state |
| 12 | Value | String | value | string | ・URL ・File manager path |
Events
None