runEditorProviderConformance
function exported by @mwillbanks/tuil-editor.
function
Public function exported by @mwillbanks/tuil-editor.
export async function runEditorProviderConformance(
provider: EditorProvider,
): Promise<{
readonly providerId: string;
readonly capabilities: readonly string[];
}>;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
provider | EditorProvider | Yes | Supplies the provider value as EditorProvider. | EditorProvider |
Returns
Promise<{ readonly providerId: string; readonly capabilities: readonly string[]; }> — Returns a value that satisfies Promise<{ readonly providerId: string; readonly capabilities: readonly string[]; }>.
Related types: —
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference