Home > @visualization-tools/core > GlComponentRendererFactory > createOne
Signature:
static createOne<TCtx extends TGlContext, TExts extends TGlExtensionKeys>(context: TCtx | null, extensions: TGlExtensions<TExts> | null, sharedState: IGlRendererSharedState | null, localizations?: IErrorLocalization<any>): GlComponentRendererFactory<TGlComponentRenderer<TCtx, TExts>> | null;
| Parameter | Type | Description |
|---|---|---|
| context | TCtx | null | |
| extensions | TGlExtensions<TExts> | null | |
| sharedState | IGlRendererSharedState | null | |
| localizations | IErrorLocalization<any> |
Returns:
GlComponentRendererFactory<TGlComponentRenderer<TCtx, TExts>> | null