previousLifecycleState property
Typed equivalents of old_state/new_state for SDKs that want generated enum-backed component lifecycle state instead of parsing strings.
Implementation
@$pb.TagNumber(15)
$6.ComponentLifecycleState get previousLifecycleState => $_getN(14);
Implementation
@$pb.TagNumber(15)
set previousLifecycleState($6.ComponentLifecycleState value) =>
$_setField(15, value);