default$ property
EnumValue
get
default$
Used as a value for #startCondition. GoJS will attempt to AnimationTrigger.Bundled or AnimationTrigger.Immediate based on the state of the transaction. If no transaction is ongoing, this trigger will be treated as using AnimationTrigger.Immediate, otherwise it will work as AnimationTrigger.Bundled.
Implementation
static _i3.EnumValue get default$ => _i4.getProperty(
_declaredAnimationTrigger,
'Default',
);
set
default$
(EnumValue value)
Implementation
static set default$(_i3.EnumValue value) {
_i4.setProperty(
_declaredAnimationTrigger,
'Default',
value,
);
}