Reformatted some stuff and added info about textstyling property

2023-10-16 16:40:29 +00:00
parent 47f03d02b0
commit f3dba67e15

@@ -59,6 +59,30 @@ Color picker
|-|-|-| |-|-|-|
|value|boolean|The default value for the property. |value|boolean|The default value for the property.
### select
Dropdown select
|Parameter|Type|Description|
|-|-|-|
|value|string|The default selected value for the property.
|allowedValues|{id:string, text:string}[]|The values that can be selected.
### file
Select file from filebrowser
|Parameter|Type|Description|
|-|-|-|
|value|null|
|multi|boolean|Can select multiple files.
|allowedTypes|string[]|Selectable file types. Can be `image`, `video`, `audio`, `font`, `pdf`, `animation`, `vectorImage`
### textstyling
Property that contains multiple text styling sub properties.
Select file from filebrowser
|Parameter|Type|Description|
|-|-|-|
|value|null|
|allowedTypes|string[]|Which sub properties to show. Can be `size`, `color`, `bold`, `italic`, `underlined`, `strikethrough`, `align`
### time ### time
Time selector Time selector
|Parameter|Type|Description| |Parameter|Type|Description|
@@ -77,21 +101,6 @@ Date + Time selector
|-|-|-| |-|-|-|
|value|number|The default value (unix epoch seconds) for the property. |value|number|The default value (unix epoch seconds) for the property.
### select
Dropdown select
|Parameter|Type|Description|
|-|-|-|
|value|string|The default selected value for the property.
|allowedValues|{id:string, text:string}[]|The values that can be selected.
### file
Select file from filebrowser
|Parameter|Type|Description|
|-|-|-|
|value|null|
|multi|boolean|Can select multiple files.
|allowedTypes|string[]|Selectable file types. Can be `image`, `video`, `audio`, `font`, `pdf`, `animation`, `vectorImage`
### giphy ### giphy
Grab animation from Giphy Grab animation from Giphy
|Parameter|Type|Description| |Parameter|Type|Description|