ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-instructions
UpdateInstructionData
Interface UpdateInstructionData
interface
UpdateInstructionData
{
operationId
?:
string
;
sequence
?:
number
;
type
?:
InstructionType
;
description
?:
string
;
frequency
?:
string
;
method
?:
string
;
controlType
?:
ControlType
;
targetValue
?:
number
;
minValue
?:
number
;
maxValue
?:
number
;
unit
?:
string
;
isActive
?:
boolean
;
id
:
string
;
}
Hierarchy
Partial
<
CreateInstructionData
>
UpdateInstructionData
Index
Properties
operation
Id?
sequence?
type?
description?
frequency?
method?
control
Type?
target
Value?
min
Value?
max
Value?
unit?
is
Active?
id
Properties
Optional
operation
Id
operationId
?:
string
Optional
sequence
sequence
?:
number
Optional
type
type
?:
InstructionType
Optional
description
description
?:
string
Optional
frequency
frequency
?:
string
Optional
method
method
?:
string
Optional
control
Type
controlType
?:
ControlType
Optional
target
Value
targetValue
?:
number
Optional
min
Value
minValue
?:
number
Optional
max
Value
maxValue
?:
number
Optional
unit
unit
?:
string
Optional
is
Active
isActive
?:
boolean
id
id
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
operation
Id
sequence
type
description
frequency
method
control
Type
target
Value
min
Value
max
Value
unit
is
Active
id
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...