@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
24 lines • 690 B
JavaScript
export const 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'
}
};
export const PushButtonEvents = {};
//# sourceMappingURL=PushButtonDocs.js.map