Value Init
aura:valueInit
Indicates that a component has been initialized.
This event is fired when when an app or component is initialized, prior to rendering. Handle this event using the aura:handler tag.
Setting value="{!this}" marks this as a value event. You should always use this setting for an init event.
For more information, see the Lightning Aura Components Developer Guide.
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
value | The component that's initialized. | object |