Variable PageLoadParamConst

PageLoadParam: PageParam<void, PageLoadRequest> = ...

Page load parameter.

Accepts a page load request as input.

A page load is initiated whenever a page with new address is entered.

Page load won't be initiated if:

  • page load parameter is not put added,
  • all added response receivers supplies are cut off, or
  • the entered page address is the the same one as previous one, except the hash,

Generated using TypeDoc