✅ You are viewing documentation for the latest version of Compose SDK.
Version:
# Type alias CustomWidgetComponent<Props>
CustomWidgetComponent: <
Props
>Component
<Props
> |DefineComponent
<Props
>
Type representing a Vue component that can be used as a user-defined custom widget. This can be a Vue component options object, a defineComponent result, or any valid Vue component.
# Type parameters
Parameter | Default |
---|---|
Props extends CustomWidgetComponentProps | CustomWidgetComponentProps |