Skip to content

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 CopyToObsidianPluginsFolderPluginParams

Properties

PropertyTypeDescription
distFolderstringThe folder where the built files are located.
isProductionBuildbooleanA boolean indicating whether the build is a production build.
obsidianConfigFolderstringThe folder of the Obsidian configuration. If not provided, the plugin will not copy files.
pluginNamestringThe name of the Obsidian plugin.

Links to this page: