Lynx

api: lynx-native-api/lynx-view/reload

reload

Reload the current page.

Syntax

Web

reload(): void;

Desktop (C++)

void ReloadTemplate(std::shared_ptr<lynx::pub::LynxTemplateData> data,
                    std::shared_ptr<lynx::pub::LynxTemplateData> global_props);

Parameters

  • data: The template data used for reload.
  • global_props: The global props used for reload. Pass nullptr when not needed.

Compatibility

Missing API Query

Either a query must be provided as the `query` prop to the <APITable />, or it will be retrieved from the api field in the frontmatter of the current page.

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.