CopyToObsidianPluginsFolderPluginParams
Parameters for copyToObsidianPluginsFolderPlugin.
Import:
import type { CopyToObsidianPluginsFolderPluginParams } from 'obsidian-dev-utils/script-utils/bundlers/esbuild-impl/copy-to-obsidian-plugins-folder-plugin';Signature:
export interface CopyToObsidianPluginsFolderPluginParamsProperties
| Property | Type | Description |
|---|---|---|
| distFolder | string | The folder where the built files are located. |
| isProductionBuild | boolean | A boolean indicating whether the build is a production build. |
| obsidianConfigFolder | string | The folder of the Obsidian configuration. If not provided, the plugin will not copy files. |
| pluginName | string | The name of the Obsidian plugin. |
Links to this page: