UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

30 lines (29 loc) 880 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PushButtonProperties = exports.PushButtonEvents = void 0; const PushButtonProperties = exports.PushButtonProperties = { path: { doc: 'The path to the array to add the new item to.', type: 'string', status: 'required' }, itemPath: { doc: 'The path to the item in a nested array, to add the new item to.', type: 'string', status: 'optional' }, pushValue: { doc: 'The element to add to the array when the button is clicked. Can be a function to returns the push value.', type: 'unknown', status: 'optional' }, '[Button](/uilib/components/button/properties)': { doc: 'All button properties.', type: 'Various', status: 'optional' } }; const PushButtonEvents = exports.PushButtonEvents = {}; //# sourceMappingURL=PushButtonDocs.js.map