get method

JSObject get(
  1. JSAny fieldPath
)

Retrieves the field specified by fieldPath.

@param fieldPath The path (e.g. 'foo' or 'foo.bar') to a specific field. @return The data at the specified field location or undefined if no such field exists in the document.

Implementation

external JSObject get(JSAny fieldPath);