AddResourceOptions
Unofficial
Options for adding a single resource entry.
Import:
import type { AddResourceOptions } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface AddResourceOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| keySeparator? | string | Custom key separator. | |
| silent? | boolean | Whether to suppress events. |