BasesPluginInstance
Unofficial
Bases plugin instance.
Import:
import type { BasesPluginInstance } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface BasesPluginInstance extends InternalPluginInstance<BasesPlugin>Extends: InternalPluginInstance<BasesPlugin>
Properties
| Property | Type | Description | |
|---|---|---|---|
| app | App | An Obsidian app instance. | |
| defaultOn | boolean | Whether the default on. | |
| description | string | Human-readable description of this plugin. (Inherited from InternalPluginInstance) | |
| functions | BasesFunctions | The functions. | |
| handlers | BasesHandlers | The handlers. | |
| id | string | Unique identifier for this plugin. (Inherited from InternalPluginInstance) | |
| name | string | Human-readable display name of this plugin. (Inherited from InternalPluginInstance) |
Methods
Links to this page: