Home > @activeviam/activeui-sdk > ContainerProps > childKey
ContainerProps.childKey property
Required when the container is rendered as a child of another container. That's the key under which the API of the child container will be in the map returned by ReactContainerApi.getChildrenMap.
Signature:
childKey?: ContainerChildKey;