@created
The @created
decorator is used to mark a method of a NodeBlock
, ConditionBlock
, or Collection.Item
that is invoked when the instance is created. This method is invoked immediately after the instance is created and right before any data deserialization (loading the data from the form definition) occurs.
Decorator type
Method ℹ️
Applies to
Decorator signature
@created
Decorated method signature
(): void