Skip to content

Interface ModalProps

Source: ModalView.tsx

Indexable

[key: string]: unknown

Properties

children?

optional children: ReactNode


optional modal: Modal


onFinish()?

optional onFinish: () => void

Returns

void


params?

optional params: {[key: string]: unknown; appId?: string; fullscreen?: boolean; iconUrl?: string; standalone?: boolean; title?: string; }

Index Signature

[key: string]: unknown

appId?

optional appId: string

fullscreen?

optional fullscreen: boolean

iconUrl?

optional iconUrl: string

standalone?

optional standalone: boolean

title?

optional title: string

Built by Prozilla