Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Factory <TProps >

Callable

  • __call(values: Partial<TProps> | Iterable<[string, any]>): Record<TProps> & Readonly<TProps>
  • Factory(values: Partial<TProps> | Iterable<[string, any]>): Record<TProps> & Readonly<TProps>
  • Parameters

    • Optional values: Partial<TProps> | Iterable<[string, any]>

    Returns Record<TProps> & Readonly<TProps>

  • Type parameters

    • TProps: Object

    Parameters

    • Optional values: Partial<TProps> | Iterable<[string, any]>

    Returns Record<TProps> & Readonly<TProps>

Index

Constructors

Properties

Constructors

constructor

  • new Factory(values: Partial<TProps> | Iterable<[string, any]>): Record<TProps> & Readonly<TProps>
  • Parameters

    • Optional values: Partial<TProps> | Iterable<[string, any]>

    Returns Record<TProps> & Readonly<TProps>

Properties

displayName

displayName: string