Options
All
  • Public
  • Public/Protected
  • All
Menu

The data dictionary holds the data used by the mobile app. when used by the final user. This service allows to set and get data using component or action properties

Hierarchy

  • DictionaryInterface

Index

Methods

  • clearAll(): void
  • Clears all data values

    Returns void

  • Clear the value specified by name

    Parameters

    Returns void

  • Get the value from the data dictionary of the component/action property value passed in parameter

    Parameters

    Returns Promise<string | ListItemModel>

    The value if present, undefined otherwise

  • Set the value on the data dictionary of the component/action property value passed in parameter

    Parameters

    • propertyValue: PropertyValueModel

      The property value used to query the data dictionary

    • value: string | ListItemModel

      Value to set on the data dictionary

    • Optional persist: boolean

      indicates whether the data must be persisted on mobile phone

    Returns void

  • Unregisters all monitors associated with callback passed as parameter. The callback is no longer invoked.

    This method is likely used when visual components are disposed

    Parameters

    Returns void