Preferences
API Reference
getPreferenceValues
Signature
function getPreferenceValues(): { [preferenceName: string]: any };Example
import { getPreferenceValues } from "@raycast/api";
export default async function Command() {
const preferences = getPreferenceValues<Preferences>();
console.log(preferences);
}Return
Preference type
Value type
openExtensionPreferences
Signature
Example
Return
openCommandPreferences
Signature
Example
Return
Types
Preferences
Preference type
Value type
Last updated

