ViewRegistry.isExtensionRegistered method
ViewRegistry › isExtensionRegistered
Unofficial
Check whether a view type is registered.Signature:
isExtensionRegistered(extension: string): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| extension | string | The file extension to check. |
Returns: boolean — Whether the extension is registered.