Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileValueItem

An item of a file value.

Hierarchy

Index

Properties

Optional cache

cache: boolean

Cache value or not.

Optional encoding

encoding: string

The encoding to use for converting from binary data to string.

file

file: string

The path to the file where the data is stored.

Optional format

format: string

The target format to use.

Optional if

if: string | string[]

One or more (JavaScript) conditions that check if that item is available or not.

Optional platforms

platforms: string | string[]

One or more platform names, the object is available for.

Optional type

type: string

The type of the item.

Generated using TypeDoc