UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

29 lines (28 loc) 799 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PushButtonProperties = void 0; const PushButtonProperties = exports.PushButtonProperties = { path: { doc: 'The path to the array to add the new item to.', type: 'string', status: 'optional' }, 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 that returns the push value.', type: 'unknown', status: 'optional' }, '[Button](/uilib/components/button/properties)': { doc: 'All button properties.', type: 'Various', status: 'optional' } }; //# sourceMappingURL=PushButtonDocs.js.map