Const
Toggles the visibility of the poll modal.
The options for toggling the poll modal visibility.
Function to update the visibility state of the poll modal.
Current visibility state of the poll modal.
launchPoll({ updateIsPollModalVisible: (visible) => setIsPollModalVisible(visible), isPollModalVisible: false,}) Copy
launchPoll({ updateIsPollModalVisible: (visible) => setIsPollModalVisible(visible), isPollModalVisible: false,})
Toggles the visibility of the poll modal.