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 | 320 | width | number/string | 320 | Component width |
| 3 | Height | Number | 240 | height | number/string | 240 | Component height |
| 4 | X | Number | x | number | X coordinate position | ||
| 5 | Y | Number | y | number | Y coordinate position | ||
| 6 | Icon Color | String Color Picker | iconColor | string | Icon color displayed on the component | ||
| 7 | Background Color | String Color Picker | backgroundColor | string | Component background color | ||
| 8 | 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 10. Custom input | type | string | MIME Type setting When specifying a file manager path, this setting is required. If not specified, an icon will be displayed. | ||
| 9 | Visibility | Boolean | ON | visibility | boolean | true | Visibility state |
| 10 | Value | String | value | string | ・URL ・File manager path |
Events
None