Options
All
  • Public
  • Public/Protected
  • All
Menu

A value that loads its value from a file.

Hierarchy

  • FileValue

Implements

Index

Constructors

Properties

Accessors

Constructors

constructor

  • Initializes a new instance of that class.

    Parameters

    • file: string

      The path to the file.

    • format: string

      The (target) data format.

    • resolvePath: PathResolver

      The function that resolves a (relative) path.

    • Optional name: string

    Returns FileValue

Properties

Readonly file

file: string

Readonly format

format: string

Optional Readonly name

name: string

The name of the value (if available).

Readonly resolvePath

resolvePath: PathResolver

Accessors

value

  • get value(): any

Generated using TypeDoc