Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StaticValueItem

An item of a static value.

Hierarchy

Index

Properties

Properties

Optional cache

cache: boolean

Cache value or not.

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.

value

value: any

The value.

Generated using TypeDoc