onUpdate MethodProtected Static @beta
Called before an ElementAspect is updated.
onUpdate(arg: OnAspectPropsArg): void
@note throw an exception to disallow the update
@note If you override this method, you must call super.
| Parameter | Type | Description |
|---|---|---|
| arg | OnAspectPropsArg |
Returns - void
Defined in
- backend/src/ElementAspect.ts Line 87
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.