obsidian/internals/view-registry
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| ViewRegistry | Registry that maps view types to their constructors and file extensions to view types. |
| ViewRegistryTypeByExtensionRecord | Record mapping file extensions to their default view types. |
| ViewRegistryViewByTypeMapping | Internal mapping of view types to their typed view creator functions. |
| ViewRegistryViewByTypeRecord | Record mapping view type strings to their corresponding view creator functions. |