obsidian/internals/metadata-type-manager
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| AliasesPropertyWidgetComponent | Property widget component for aliases. |
| CheckboxPropertyWidgetComponent | Property widget component for checkboxes. |
| DatePropertyWidgetComponent | Property widget component for dates. |
| DatePropertyWidgetComponentBase | Base interface for date property widget components. |
| DatetimePropertyWidgetComponent | Property widget component for datetimes. |
| FilePropertyWidgetComponent | Property widget component for files. |
| FolderPropertyWidgetComponent | Property widget component for folders. |
| MetadataTypeManager | Manager for frontmatter property types, handling registration and assignment of property widgets. |
| MetadataTypeManagerPropertiesRecord | Record mapping property names to their metadata information across the vault. |
| MetadataTypeManagerRegisteredTypeWidgetsRecord | Registered type widgets. |
| MetadataTypeManagerTypesRecord | Record mapping property names to their assigned widget entries. |
| Multiselect | Multiselect component. |
| MultiselectOptionContextMenuContext | Multiselect option context menu context. |
| MultitextPropertyWidgetComponent | Property widget component for multiple texts. |
| NumberPropertyWidgetComponent | Property widget component for numbers. |
| PropertyPropertyWidgetComponent | Property widget component for properties. |
| PropertyPropertyWidgetComponentComboBox | Combobox component for PropertyPropertyWidgetComponent. |
| PropertyPropertyWidgetComponentComboBoxItem | Combo box item for PropertyPropertyWidgetComponentComboBox. |
| PropertyWidgetComponentBase | Base class for property widget components. |
| TagsPropertyWidgetComponent | Property widget component for tags. |
| TextPropertyWidgetComponent | Property widget component for text. |
| TypeInfo | Information about a property’s expected and inferred widget types. |
| UnknownPropertyWidgetComponent | Property widget component for unknown types. |