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