RefreshEvent Properties

An event that is sent when a module signals a refresh to a container. The RefreshEvent properties are as follows.

Property NameTypeValueDescription
bubblesStringtrueThis event bubbles.
composedStringtrueThis event propagates outside the template in which it was dispatched.
cancelableStringtrueThis 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