Tanatloc documentation
Preparing search index...
Components.Project.Simulation.BoundaryConditions.BoundaryCondition
BoundaryConditionItemProps
Interface BoundaryConditionItemProps
interface
BoundaryConditionItemProps
{
_onCheckedChange
:
(
index
:
number
,
checked
:
boolean
)
=>
void
;
_onUnitChange
:
(
index
:
number
,
unit
:
IUnit
)
=>
void
;
_onValueChange
:
(
index
:
number
,
value
:
string
)
=>
void
;
child
:
IModelBoundaryCondition
;
dimension
:
undefined
|
number
;
index
:
number
;
simulation
:
Simulation
;
values
:
{
checked
?:
boolean
;
unit
?:
IUnit
;
value
?:
string
|
number
}
[]
;
}
Index
Properties
_
on
Checked
Change
_
on
Unit
Change
_
on
Value
Change
child
dimension
index
simulation
values
Properties
_
on
Checked
Change
_onCheckedChange
:
(
index
:
number
,
checked
:
boolean
)
=>
void
_
on
Unit
Change
_onUnitChange
:
(
index
:
number
,
unit
:
IUnit
)
=>
void
_
on
Value
Change
_onValueChange
:
(
index
:
number
,
value
:
string
)
=>
void
child
child
:
IModelBoundaryCondition
dimension
dimension
:
undefined
|
number
index
index
:
number
simulation
simulation
:
Simulation
values
values
:
{
checked
?:
boolean
;
unit
?:
IUnit
;
value
?:
string
|
number
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
on
Checked
Change
_
on
Unit
Change
_
on
Value
Change
child
dimension
index
simulation
values
Tanatloc documentation
Loading...