UNPKG

@alihbuzaid/ember-ui

Version:

Fleetbase UI provides all the interface components, helpers, services and utilities for building a Fleetbase extension into the Console.

8 lines (6 loc) 222 B
import { helper } from '@ember/component/helper'; export default helper(function spreadWidgetOptions([params]) { const { id, options } = params; const gridOptions = { id, ...options }; return gridOptions; });