template <>
class WireTableBuilder
Defined at line 2392 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/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_accessibility_semantics::wire::States> & value (First && first, Args &&... args_)
The user-entered value of the element, if applicable. If longer than MAX_VALUE_SIZE the
client is responsible for truncating.
Defined at line 2406 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h
template <typename First = ::fuchsia_ui_gfx::wire::Vec2, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_ui_gfx::wire::Vec2>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_accessibility_semantics::wire::States> & viewport_offset (First && first, Args &&... args_)
If the element is a scrollable viewport, this field contains the x and
y offsets within this node's coordinate space to apply to the children.
This offsetting is used to position the children within the viewport to
reflect the current scrolling of the element. There are no constraints
on these values other than they must be finite.
Defined at line 2423 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h
Friends
template <>
class States