Considering the On Initialize lifecycle event, which of the following options is true?
A.
The On Initialize event is triggered before the Screen or Block is rendered and before fetching any data.
B.
The On Initialize event is triggered after the Screen or Block has been rendered, so you can use it to manipulate its structure.
C.
The On Initialize event is triggered after an Aggregate finishes fetching data and can be used to act upon the retrieved data before it's used in the Screen.
D.
The On Initialize event is triggered after the input parameter of a Block changes.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit