struct DetachCmd
Defined at line 332 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/wire_types.h
Detaches a parentable object from its parent (e.g. a node from a parent node,
or a layer from a layer stack). It is illegal to apply this command to a
non-parentable object. No-op if the target object currently has no parent.
Constraints:
- `id` refs a parentable object
Discussion:
For nodes, this command will detach a node from its parent, regardless of
whether it is a part or a child of its parent.
Public Members
uint32_t id