toggle menu
matrix
0.10.0
common
switch theme
search in API
matrix
/
at.asitplus.testballoon.matrix
/
MatrixSuiteScope
/
property
property
fun
<
T
>
property
(
name
:
String
,
gen
:
Gen
<
T
>
,
iterations
:
Int
=
this@MatrixSuiteScope.config.defaultPropertyIterations
,
nameFn
:
NameFn
<
T
>
=
{ index, value -> defaultLayerName(index, value) }
,
config
:
PropertyLayerConfigBuilder
.
(
)
->
Unit
=
{}
)
:
MatrixPropertyLayer
<
T
>