Skip to content

WhenAvailablePluginApiOptions

Options for PluginApiRef.whenAvailable.

Import:

import type { WhenAvailablePluginApiOptions } from 'obsidian-dev-utils/obsidian/plugin/plugin-api';

Signature:

export interface WhenAvailablePluginApiOptions

Properties

PropertyTypeDescription
timeoutInMilliseconds?numberHow long to wait before giving up and classifying the failure.