renderOptions property
DecorationInstanceRenderOptions?
get
renderOptions
Render options applied to the current decoration. For performance reasons, keep the number of decoration specific options small, and use decoration types wherever possible.
Implementation
_i3.DecorationInstanceRenderOptions? get renderOptions => _i5.getProperty(
this,
'renderOptions',
);
set
renderOptions
(DecorationInstanceRenderOptions? value)
Implementation
set renderOptions(_i3.DecorationInstanceRenderOptions? value) {
_i5.setProperty(
this,
'renderOptions',
value ?? _i6.undefined,
);
}