Skip to content

ContextArguments<TContextId>

Wraps a ContextOf extraction into an object with a context property.

Import:

import type { ContextArguments } from 'obsidian-integration-testing';

Signature:

export interface ContextArguments<TContextId extends ContextId<unknown> | undefined = undefined>

Properties

PropertyTypeDescription
contextContextOf<TContextId>

Links to this page: