template <>
class WireTableBuilder
Defined at line 5183 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Public Methods
template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_web::wire::NavigationState> & url (First && first, Args &&... args_)
The page's URL.
Defined at line 5196 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_web::wire::NavigationState> & title (First && first, Args &&... args_)
The user-visible page title. While W3C style recommendation is that HTML
TITLE tags not exceed 64 characters in length, there is no actual limit.
Defined at line 5210 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
template <typename First = ::fuchsia_web::wire::Favicon, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_web::wire::Favicon>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_web::wire::NavigationState> & favicon (First && first, Args &&... args_)
Current favicon for the page. The field is set only when the `FAVICON` flag is set for the
`NavigationEventListener` and the favicon has changed.
Defined at line 5224 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Friends
template <>
class NavigationState