type SettingsEnum = Pick<Settings, | "doubleClickSelectionMode" | "touch/pinchAction" | "touch/rotateAction"| "camera/clamping/overshootMode">;
Represents the enum settings available in the editor.
Deprecated#
Use keyof Settings or extract the enum keys from Settings instead.