# VisibilityFilterConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/generators/versioning/visibility-filter.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/generators/versioning/visibility-filter.ts#L10)

## Properties

| Property | Type |
|---|---|
| `showPrivate` | `boolean` |
| `showProtected` | `boolean` |
| `showInternal` | `boolean` |
| `showAlpha` | `boolean` |
| `showBeta` | `boolean` |
| `showDeprecated` | `boolean` |
| `showExperimental` | `boolean` |
| `customFilter` | `(entity: Entity) => boolean` |
