struct AddChildCmd

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

Add a node as a child to another node.

Constraints:

- `id` refs a Node with the has_children characteristic.

- `child_id` refs any Node.

Discussion:

The child node is first removed from its existing parent, as if DetachCmd

was applied first.

Public Members

uint32_t node_id
uint32_t child_id