RefreshEvent Properties
An event that is sent when a module signals a refresh to a container. The RefreshEvent
properties are as follows.
Property Name | Type | Value | Description |
---|---|---|---|
bubbles | String | true | This event bubbles. |
composed | String | true | This event propagates outside the template in which it was dispatched. |
cancelable | String | true | This event has default behavior that can be canceled. You can call preventDefault() on this event. |
See Signal a Refresh with RefreshEvent for more details on using RefreshEvent
.
See Also