Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 795 Bytes

uix-host-react.createurlextensionsprovider.md

File metadata and controls

25 lines (15 loc) · 795 Bytes

Home > @adobe/uix-host-react > createUrlExtensionsProvider

createUrlExtensionsProvider() function

Creates an ExtensionsProvider that provides extensions from the URL

Signature:

export declare function createUrlExtensionsProvider(extensionPointId: ExtensionPointId, queryString: string | undefined): ExtensionsProvider;

Parameters

Parameter Type Description
extensionPointId ExtensionPointId
queryString string | undefined

Returns:

ExtensionsProvider