()
| 37 | }, |
| 38 | argumentHint: 'exclude "command pattern"', |
| 39 | get isHidden() { |
| 40 | return ( |
| 41 | !SandboxManager.isSupportedPlatform() || |
| 42 | !SandboxManager.isPlatformInEnabledList() |
| 43 | ) |
| 44 | }, |
| 45 | immediate: true, |
| 46 | type: 'local-jsx', |
| 47 | load: () => import('./sandbox-toggle.js'), |
nothing calls this directly
no test coverage detected