Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRndModalDialogProps

Hierarchy

  • IRndModalDialogProps

Index

Properties

children

children: function

Type declaration

    • (bodyDim: [number, number]): React.ReactNode
    • Parameters

      • bodyDim: [number, number]

      Returns React.ReactNode

Optional disableYOverflow

disableYOverflow: undefined | false | true

enableInteractionMask

enableInteractionMask: boolean

height

height: number

Optional icon

icon: IconName

isOpen

isOpen: boolean

locale

locale: string

Optional onClose

onClose: undefined | function

title

title: string

width

width: number

x

x: number

y

y: number

Generated using TypeDoc