Hierarchy

  • Params

Properties

includes?: null | string

What other contextes to fetch the frameworks from. (children, parents, self)

limit?: null | number

Return this number of records at most.

onlyvisible?: null | boolean

Only visible frameworks will be returned if visible true

order?: null | string

Sort direction. Should be either ASC or DESC

query?: null | string

A query string to filter the results

skip?: null | number

Skip this number of records before returning results

sort?: null | string

Column to sort by.

Generated using TypeDoc