Skip to content

Interface ModalProps

Source: ModalView.tsx

Indexable

[key: string]: unknown

Properties

optional modal?: Modal


params?

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

Index Signature

[key: string]: unknown

appId?

optional appId?: string

fullscreen?

optional fullscreen?: boolean

iconUrl?

optional iconUrl?: string

title?

optional title?: string

standalone?

optional standalone?: boolean


children?

optional children?: ReactNode


onFinish?

optional onFinish?: () => void

Returns

void

Built by Prozilla