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: #RGB, #ARGB, #RRGGBB, #AARRGGBB.

Functionality is under development.

type

string

Required parameter.

The value must always be solid.

Functionality is under development.

is_enabled

bool

Controls mask state: if set to true mask will hide specified part of the text, otherwise the text will be shown.

Default value: true.

Functionality is under development.

JSON
{
  type*: "solid",
  color*: "string",
  is_enabled: "bool"
}