Function: get()
get(
type
, ...queries
):any
Gets metadata from the registered metadata providers. Will call each one from highest priority to lowest until one responds
Parameters
• type: string
The type of metadata requested from the metadata store
• ...queries: any
[]
Returns
any
The metadata retrieved from the metadata store