RefreshEvent Data Type

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 Use RefreshView API for more details on using RefreshEvent.