getExtra(key)
Returns and extra.
Arguments
Returns
Example
// `extra` will be either an object or undefined - depending if item exists or not
const extra = adapter.getExtra('key');Last updated
Returns and extra.
// `extra` will be either an object or undefined - depending if item exists or not
const extra = adapter.getExtra('key');Last updated