toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
base
/
ru.sydis.base.constants
/
ConfigAttributes
Config
Attributes
object
ConfigAttributes
Members
Functions
by
Index
Link copied to clipboard
inline
fun
<
T
:
ConfigAttribute
>
byIndex
(
index
:
Int
)
:
T
?
fun
<
T
:
ConfigAttribute
>
byIndex
(
klass
:
KClass
<
T
>
,
index
:
Int
)
:
T
?
by
Name
Link copied to clipboard
inline
fun
<
T
:
ConfigAttribute
>
byName
(
name
:
String
)
:
T
?