Skip to content

Interface OpenWindowedModalParams

Source: windowedModal.ts

Properties

appId?

optional appId: string

The ID of the associated app.


iconUrl?

optional iconUrl: string

The URL of the icon of the modal.


title?

optional title: string

The title of the modal.


size

size: Vector2

The size of the modal.


Modal: FC<ModalProps>

The modal component.


single?

optional single: boolean


fullscreen?

optional fullscreen: boolean

Built by Prozilla