Skip to content

NodePropConfig<T>

Unofficial

Configuration for creating a node prop.

Import:

import type { NodePropConfig } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface NodePropConfig<T>

Properties

PropertyTypeDescription
perNode?booleanWhether this prop is stored per node rather than per type.

Methods

MethodReturnsDescription
deserialize(str)TA function to deserialize the prop value from a string.