BasesViewConfig.set method
BasesViewConfig › set
Official
Store configuration data for the view. Views should preferobsidian#BasesViewRegistration.options to allow users to configure options where appropriate. Signature:
set(key: string, value: unknown): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The key to set. |
| value | unknown | The value to set. |
Returns: void
Since: 1.10.0