Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Project.Simulation.Materials.Material
MaterialsChildProps
Interface MaterialsChildProps
interface
MaterialsChildProps
{
_onMaterialChange
:
(
child
:
IModelMaterialsChild
,
index
:
number
,
val
:
string
,
)
=>
void
;
_onUnitChange
:
(
index
:
number
,
unit
:
IUnit
)
=>
void
;
child
:
IModelMaterialsChild
;
dimension
:
undefined
|
number
;
index
:
number
;
material
?:
{
label
:
string
;
symbol
:
string
;
unit
?:
IUnit
;
value
:
string
|
number
;
}
;
simulation
:
Simulation
;
}
Index
Properties
_on
Material
Change
_on
Unit
Change
child
dimension
index
material?
simulation
Properties
_on
Material
Change
_onMaterialChange
:
(
child
:
IModelMaterialsChild
,
index
:
number
,
val
:
string
,
)
=>
void
_on
Unit
Change
_onUnitChange
:
(
index
:
number
,
unit
:
IUnit
)
=>
void
child
child
:
IModelMaterialsChild
dimension
dimension
:
undefined
|
number
index
index
:
number
Optional
material
material
?:
{
label
:
string
;
symbol
:
string
;
unit
?:
IUnit
;
value
:
string
|
number
;
}
simulation
simulation
:
Simulation
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_on
Material
Change
_on
Unit
Change
child
dimension
index
material
simulation
Tanatloc documentation
Loading...