Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FileValue

A value based on a local file.

Hierarchy

Implements

Index

Constructors

constructor

Properties

Private Optional _SCOPE_PROVIDER

_SCOPE_PROVIDER: DirectoryScopeProvider

item

The underlying item.

othersProvider

othersProvider: ValuesProvider

Gets or sets the function that returns the "other" values.

Accessors

file

  • get file(): string | false
  • Gets the full path of the underlying or (false) if it does not exist.

    Returns string | false

name

  • get name(): string

others

scopes

  • get scopes(): string[]
  • Gets the list of directory scopes.

    Returns string[]

value

  • get value(): any

Generated using TypeDoc