Home > @uniformdev/canvas > ComponentInstance

ComponentInstance type

Defines the shape of a component instance served by the composition API.

Signature:

type ComponentInstance = SharedComponents$1['ComponentInstance'] & {
    data?: Record<string, unknown>;
};