# View changed types

### on-view-changed types

```ts
'MainView' |
  'CreateNewConversation' |
  'Conversation' |
  'PreviousConversations' |
  'BulletinItemModal' |
  'KnowledgeBase' |
  'KnowledgeBaseArticle' |
  'IdentityClaimModal' |
  'EndConversationModal';
```