Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/utils/modal-extractor.ts
A modal/popup/dialog discovered in source code. Compatible with ModalDefinition from interaction-map.types.ts.
Properties
| Property | Type |
|---|---|
name | string |
title | string |
triggerType | ModalTriggerType |
triggerSelector | string |
triggerMethod | string |
closeMethod | ModalCloseMethod |
closeButtonTexts | string[] |
conditionalOn | string |
hostComponent | string |
sourceFile | string |
line | number |
Was this page helpful?