method
FieldAuthoringHost.schemaDraftEditor
Render a draft in Ridu's drawer; your onApply writes the accepted data into your plugin value.
Arguments
| Argument | Type | Description |
|---|---|---|
args | [EmbeddedSchemaDraftEditorProps] | The args value. |
Returns
The declared result.
{ '{@render ...} must be called with a Snippet': "import type { Snippet } from 'svelte'"; } & unique symbolFull signature
FieldAuthoringHost.schemaDraftEditor(
this: void,
args_0: EmbeddedSchemaDraftEditorProps,
): {
"{
@render ...
} must be called with a Snippet": "import type { Snippet } from 'svelte'"
} & typeof SnippetReturnRelated types
EmbeddedSchemaDraftEditorPropsOptions for rendering a draft in Ridu's drawer with Apply and Cancel controls.