Properties
Readonly description
description: string
Optional Readonly details
details?: string
Readonly name
name: string
Methods
Static findByKey
- findByKey(key: string): undefined | Category
Static fromProperties
- fromProperties(props: CategoryProperties): Category
Parameters
props: CategoryProperties
addFromJsonFile
- addFromJsonFile(jsonPath: string): readonly Library[]
Parameters
Returns readonly Library[]