createExtensionPoint()
Home > @backstage/backend-plugin-api
> createExtensionPoint
Creates a new backend extension point.
Signature:
function createExtensionPoint<T>(options: CreateExtensionPointOptions): ExtensionPoint<T>;
Parameters
Parameter |
Type |
Description |
---|---|---|
options |