ref method

Reference ref([
  1. JSAny path
])
inherited

Returns a Reference representing the location in the Database corresponding to the provided path. If no path is provided, the Reference will point to the root of the Database.

Implementation

external Reference ref([JSAny path]);