UNPKG

fenix-ui-visualization-box

Version:
24 lines (19 loc) 471 B
define([ 'jquery', "../tabs/shared-toolbar-model" ], function ($, Shared) { 'use strict'; return $.extend(true, {}, Shared,{show : { selector : { id : "input", type : "checkbox", source : [ { value : "code", label : "Code"} ] }, template : { title : "Show" } }}) });