Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConfigurationListItem

Hierarchy

  • ConfigurationListItem

Index

Constructors

Methods

Constructors

constructor

Methods

exists

  • exists(key: string): bool
  • Determines if a key is set.

    Parameters

    • key: string

      the key to check

    Returns bool

    A boolean representing if the key is set

get

  • get(key: string): string | null
  • Returns a value associated with the provided key, or null if no value has been set.

    Parameters

    • key: string

      the key of the value to be returned

    Returns string | null

    The string value associated with the provided key

Generated using TypeDoc