struct ViewHolderArgs

Defined at line 3173 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/wire_types.h

Represents an attachment point for a subgraph within a larger scene graph.

The `ViewHolder` can be attached to a Node as a child, and the contents of

the linked `View` will become a child of the Node as well.

Each `ViewHolder` is linked to a paired `View` via a shared token pair.

Usually the `ViewHolder` and its associated `View` exist in separate

processes. By combining them, the UI for an entire system can be built

using content contributed from many different processes.

Public Members

ViewHolderToken token
StringView debug_name

Public Methods

void _CloseHandles ()