Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/generators/versioning/visibility-filter.ts
Properties
| Property | Type |
|---|---|
showPrivate | boolean |
showProtected | boolean |
showInternal | boolean |
showAlpha | boolean |
showBeta | boolean |
showDeprecated | boolean |
showExperimental | boolean |
customFilter | (entity: Entity) => boolean |
Was this page helpful?