Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EditRoomModalProps

Hierarchy

  • EditRoomModalProps

Index

Properties

currentRoom

currentRoom: RoomAdminResponse

The current room being edited.

isVisible

isVisible: boolean

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

onClose

onClose: function

Handler to be invoked when the modal is closed

Type declaration

    • (): void
    • Returns void

onSuccess

onSuccess: function

Handler to be invoked when the edit is successful

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc