Skip to content

API Reference / @gtkx/react / config / DetachInfo

Type Alias: DetachInfo

DetachInfo = object

Defined in: reconciler/registry.d.ts:20

Per-child values a slot hook receives while removing one child.

Properties

adopted

adopted: GObject.Object | null

Defined in: reconciler/registry.d.ts:24

Object the container adopted for this child, or null when it adopted none.


context

context: unknown

Defined in: reconciler/registry.d.ts:28

Value initialize returned for this behavior on the parent.


props

props: Props

Defined in: reconciler/registry.d.ts:26

Props of the child element.


slot

slot: string

Defined in: reconciler/registry.d.ts:22

Name of the slot the child is leaving.

Released under the MPL-2.0 License.