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
| Property | Type | Description |
|---|---|---|
| context | ContextOf<TContextId> |
Links to this page: