Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OptionsProvider<TOptions, TValue>

Provides a mechanism for retrieving an object which contains resolved formatting options.

Type parameters

  • TOptions

    The type of the options container.

  • TValue

    The type of the value object.

Hierarchy

Implemented by

Index

Methods

Methods

resolveOptions

  • resolveOptions(format: string, value: TValue): TOptions
  • Returns an object that provides formatting options for the specified type.

    Parameters

    • format: string

      A format string containing formatting specifications.

    • value: TValue

      The value object from which to infer additional options.

    Returns TOptions

Generated using TypeDoc