Skip to content

BasesViewConfig.set method

BasesViewConfig › set

Official

Store configuration data for the view. Views should prefer obsidian#BasesViewRegistration.options to allow users to configure options where appropriate.

Signature:

set(key: string, value: unknown): void

Parameters:

ParameterTypeDescription
keystringThe key to set.
valueunknownThe value to set.

Returns: void

Since: 1.10.0