Skip to content

Interface OpenWindowedModalParams

Source: windowedModal.ts

Properties

appId?

optional appId: string

The ID of the associated app


fullscreen?

optional fullscreen: boolean


iconUrl?

optional iconUrl: string

The URL of the icon of the modal


Modal: FC<ModalProps>

The modal component


single?

optional single: boolean


size

size: Vector2

The size of the modal


title?

optional title: string

The title of the modal

Built by Prozilla