Function: selectOpenExternal()
function selectOpenExternal(state: UIStore): (
url: string,
context?: {
siteName?: string;
}
) => void;
Defined in: src/stores/ui/selectors.ts:4
Selects the UI action used to open external URLs via the main process.
Parametersโ
stateโ
Returnsโ
(url: string, context?: {
siteName?: string;
}) => void