method
FieldPlugin.component
FieldPlugin.component(
this: void,
internals: ComponentInternals,
props: FieldComponentProps,
): {
$on?(type: string, callback: (e: any) => void): () => void
$set?(props: Partial<FieldComponentProps>): void
}Public method FieldPlugin.component from @riducms/plugin.
Related types
FieldComponentPropsThe manifest field, form controller, and optional authoring services passed to a Svelte field.