@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
25 lines (24 loc) • 669 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CountProperties = exports.CountEvents = void 0;
const CountProperties = exports.CountProperties = {
path: {
doc: 'The path (JSON Pointer) to the array or object to count.',
type: 'string',
status: 'required'
},
id: {
doc: 'A Form.Handler or DataContext `id` for when called outside of the context.',
type: 'string',
status: 'optional'
},
filter: {
doc: 'A filter function to filter the data before counting.',
type: 'string',
status: 'optional'
}
};
const CountEvents = exports.CountEvents = {};
//# sourceMappingURL=CountDocs.js.map