Skip to content

CustomTypeOptionsBase<DefaultTranslations>

A custom type options base for i18next.

Import:

import type { CustomTypeOptionsBase } from 'obsidian-dev-utils/obsidian/i18n/custom-type-options';

Signature:

export interface CustomTypeOptionsBase<DefaultTranslations extends DefaultTranslationsBase>

Properties

PropertyTypeDescription
defaultNStypeof DEFAULT_NSThe default namespace.
enableSelectortrueWhether to enable the selector.
resourcesCustomTypeOptionsResources<DefaultTranslations>The resources.