bpmn-visualization API Documentation
Preparing search index...
StyleWithOpacity
Type Alias StyleWithOpacity
type
StyleWithOpacity
=
{
opacity
?:
Opacity
;
}
Index
Properties
opacity?
Properties
Optional
opacity
opacity
?:
Opacity
The value must be between 0 and 100:
If the set value is less than 0, the used value is 0.
If the set value is greater than 100, the used value is 100.
Notes about the
default
special keyword
:
It is used to apply the opacity defined in the default style of the BPMN element.
It can be used when the style is first updated and then needs to be reset to its initial value.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
opacity
bpmn-visualization API Documentation
Loading...