Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RequiredExtensionSettings

Settings for a required extension.

Hierarchy

Index

Properties

Properties

Optional if

if: string | string[]

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

Optional isMustHave

isMustHave: boolean

Do not continue (true), when extension has not been found, or show a warning message instead (false).

Optional platforms

platforms: string | string[]

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

Generated using TypeDoc