Home > @xoram/plugin-panoramique > ComponentDefinition > type
ComponentDefinition.type property
The Vue component to use when mounting the harness, you can use any Vue component (Setup API, Option API, Functional, one of yours or from a library).
Signature:
typescript
type: component;
1