Represents a reload view component.

Hierarchy (View Summary)

  • dayjs<IReloadViewProps>
    • ReloadView

Constructors

  • Returns ReloadView

Properties

_disconnectListener: undefined | () => void
componentDidMount: () => void

Invoked immediately after a component is mounted.

componentDidMount

componentDidUpdate: () => void

Executes the necessary operations after the component is updated.

componentWillUnmount: () => void

Component lifecycle method that is called just before the component is unmounted and destroyed. It is used to perform any necessary cleanup logic or clean up any resources that were previously allocated by this component.

doSubscribe: () => void

Unsubscribes from previous reloadTrigger subscription and subscribes to a new reloadTrigger subscription. Whenever reloadTrigger emits a value, it forces the component to update.

doSubscribe

render: () => Element

Render lifecycle method