Options
Menu

Module DataTable

module

DataTable

main

DataTable

Index

Functions

firstValueDefined

  • firstValueDefined(object: any, names: any, defaultValue: any): any
  • Returns the first property value defined in the given object or the default value if none are defined

    Parameters

    • object: any

      the object to look for properties

    • names: any

      the array of property names to look for

    • defaultValue: any

      the value if no property values are defined

    Returns any

    the first defined property value or the defaultValue if none are defined

Variables

_module

_module: ng.IModule

log

log: Logging.Logger

pluginName

pluginName: string

Generated using TypeDoc