Skip to content

Factories<$Object>

A type of the factories to apply to the object.

Import:

import type { Factories } from 'obsidian-dev-utils/obsidian/components/monkey-around-component';

Signature:

export type Factories<$Object extends object>

Signature:

type Factories<$Object> = Partial<FullFactories<$Object>>

Type: Partial<FullFactories<$Object>>