Class: CloudProcessor
components.CloudProcessor
An object to easily use the services of That Open Platform.
Hierarchy
Component
<any
[]>↳
CloudProcessor
Properties
enabled
• enabled: boolean
= true
Overrides
Defined in
temp/components/services/CloudProcessor/index.ts:13
name
• name: string
= "CloudProcessor"
Overrides
Defined in
temp/components/services/CloudProcessor/index.ts:10
Methods
get
▸ get(): any
[]
Retrieves a tool component by its name.
Returns
any
[]
Overrides
Defined in
temp/components/services/CloudProcessor/index.ts:34
hasUI
▸ hasUI(): this is UI
Whether is component implements any kind of UI.
Returns
this is UI
Inherited from
Defined in
temp/components/base-types/component.ts:48
isDisposeable
▸ isDisposeable(): this is Disposable
Whether is component is Disposable.
Returns
this is Disposable
Inherited from
Defined in
temp/components/base-types/component.ts:28
isHideable
▸ isHideable(): this is Hideable
Whether is component is Hideable.
Returns
this is Hideable
Inherited from
Defined in
temp/components/base-types/component.ts:43
isResizeable
▸ isResizeable(): this is Resizeable
Whether is component is Resizeable.
Returns
this is Resizeable
Inherited from
Defined in
temp/components/base-types/component.ts:33
isUpdateable
▸ isUpdateable(): this is Updateable
Whether is component is Updateable.
Returns
this is Updateable
Inherited from
Defined in
temp/components/base-types/component.ts:38