Search
Search
setCloseWarning
setCloseWarning
setCloseWarning
When enabled, a modal confirmation will appear before close to confirm the action.
// Show a close warning when the user attempts to close the plugin await framer.setCloseWarning("Are you sure?") // Remove the close warning await framer.setCloseWarning(false)
Parameters
message: string | false– The message to show when attempting to close the plugin.falsedisables the warning.
Returns
Promise<void>