sdk
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.builder.api
/
ExtensionContainer
/
configure
configure
abstract
fun
<
T
>
configure
(
name
:
String
,
action
:
T
.
(
)
->
Unit
)
配置容器中指定名字的扩展.
Receiver
扩展对象
Parameters
name
扩展的名称
action
对扩展进行的配置操作
Type Parameters
T
扩展的类型