dim()
Dims the element by reducing its opacity.
dim(dim?: BindingOrValue<boolean | undefined>): this;
Parameters
- dim — If true, sets opacity to 0.5; if false, sets it to 1; defaults to true.
Return value
The builder instance for chaining.
Related
class ElementBuilder abstractstatic
An abstract base class for UI element builders.
