Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateRoomModalProps

Hierarchy

  • CreateRoomModalProps

Index

Properties

isVisible

isVisible: boolean

Whether or not the modal should be visible on the page.

onClose

onClose: function

Handler to be invoked when the modal closes e.g. to clear data entered into a form

Type declaration

    • (): void
    • Returns void

onSuccess

onSuccess: function

Handler to be invoked when the creation is successful

Type declaration

Generated using TypeDoc