Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PreferenceScope

Index

Functions

fromString

  • Parameters

    • strScope: string

    Returns PreferenceScope | undefined

getReversedScopes

  • Returns PreferenceScope[]

    preference scopes from narrowest to broadest. Folder -> Default.

getScopeNames

  • Parameters

    Returns string[]

getScopes

  • Returns PreferenceScope[]

    preference scopes from broadest to narrowest: Default -> Folder.

is

  • Parameters

    • scope: any

    Returns scope is PreferenceScope