NodePropConfig<T>
Unofficial
Configuration for creating a node prop.
Import:
import type { NodePropConfig } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface NodePropConfig<T>Properties
| Property | Type | Description | |
|---|---|---|---|
| perNode? | boolean | Whether this prop is stored per node rather than per type. |
Methods
| Method | Returns | Description | |
|---|---|---|---|
| deserialize(str) | T | A function to deserialize the prop value from a string. |