Home > @activeviam/activeui-sdk > ContainerProps > onChange
ContainerProps.onChange property
Called when the value of the underlying container changes. Only called once per loop in the event-loop.
Signature:
onChange?: (value: ContainerFullValue | null | undefined) => void;