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:

Parameter Type Description
key string The key to set.
value unknown The value to set.

Returns: void

Since: 1.10.0