div-text-range-mask-solid
A mask to hide text (spoiler) that looks like a rectangle filled with color specified by color
parameter.
Parameters
Parameters | Description |
---|---|
color |
string Required parameter. Color. Valid formats: Functionality is under development. |
type |
string Required parameter. The value must always be Functionality is under development. |
is_enabled |
bool Controls mask state: if set to Default value: Functionality is under development. |
JSON
{
type*: "solid",
color*: "string",
is_enabled: "bool"
}