Kui API Documentation - v11.0.0 / @kui-shell/core / Capabilities
@kui-shell/core.Capabilities
Ƭ CapabilityRegistration: (registrar
: PreloadRegistrar
) => void
| Promise
<void
>
▸ (registrar
): void
| Promise
<void
>
Name | Type |
---|---|
registrar |
PreloadRegistrar |
void
| Promise
<void
>
packages/core/src/models/plugin.ts:43
▸ Const
assertHasProxy(): void
Assert that Kui is supported by a remote proxy
void
packages/core/src/core/capabilities.ts:96
▸ Const
assertLocalAccess(): void
Assert that we have local access, even if the default behavior would indicate otherwise
void
packages/core/src/core/capabilities.ts:121
▸ Const
hasProxy(): boolean
Is Kui supported by a remote proxy?
boolean
packages/core/src/core/capabilities.ts:90
▸ Const
inBrowser(): boolean
boolean
packages/core/src/core/capabilities.ts:73
▸ Const
inElectron(): boolean
boolean
packages/core/src/core/capabilities.ts:72
▸ Const
inProxy(): boolean
Are we the Kui proxy?
boolean
packages/core/src/core/capabilities.ts:104
▸ Const
isHeadless(): boolean
boolean