API Docs for: 2.1.0
Show:

Properties Class

Map String property names to Property objects. An instance of this class is returned for every getProperties() lookup that matches an IP.

Constructor

Properties

()

Item Index

Methods

contains

(
  • key
  • value
)
Boolean

Contains key with normal value

Parameters:

  • key String
  • value Object

    checks the Property.getValue()

Returns:

Boolean:

Does or not have the key with value of same type

Example:

contains(foo, true);

containsKey

(
  • key
)
Boolean

Contains key

Parameters:

  • key String

Returns:

Boolean:

get

(
  • key
)
Property

Get Property

Parameters:

  • key String

Returns:

getMap

() Object

Get the map

Returns:

Object:

javascript map

put

(
  • key
  • value
)

Put Property

Parameters: