MockNavigationTree

Properties

Name Type Description
id faker.datatype.uuid()
name ''
url randomUrl()
total_products faker.datatype.number({ min: 1, max: 10 })
children [...Array(faker.datatype.number({ min: 1, max: 3 }))].map(() => this.fakeTree(3))
children_count 0
breadcrumbs []
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.