tuil
ReferencePackages@mwillbanks/tuil-editorAPI

runEditorProviderConformance

function exported by @mwillbanks/tuil-editor.

View rawEdit

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

MemberTypeRequiredDescriptionRelated types
providerEditorProviderYesSupplies 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-editor

On this page