# ConditionalUIPattern

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/state-management.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/state-management.interface.ts#L321)

Conditional UI based on state

## Properties

| Property | Type |
|---|---|
| `stateCondition` | `string` |
| `showsElements` | `string[]` |
| `hidesElements` | `string[]` |
| `disablesElements` | `string[]` |
| `stateValues` | `string[]` |
