Variable rowyRunModalAtomConst

rowyRunModalAtom: WritableAtom<RowyRunModalState, Partial<RowyRunModalState>, void> & WithInitialValue<RowyRunModalState> = ...

Open global Rowy Run modal if feature not available. Calling the set function resets props.

Example

Basic usage:

const openRowyRunModal = useSetAtom(rowyRunModalAtom, projectScope);
openRowyRunModal({ feature: ... , version: ... });

Example

Close dialog:

openRowyRunModal({ open: false })

Generated using TypeDoc