kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
wsdl-model
/
io.github.hfhbd.kfx.wsdl
/
Extension
Extension
@
Serializable
data
class
Extension
(
val
base
:
String
,
val
attributes
:
List
<
Attribute
>
=
emptyList()
,
val
sequence
:
Sequence
?
)
(
source
)
Members
Constructors
Extension
Link copied to clipboard
constructor
(
base
:
String
,
attributes
:
List
<
Attribute
>
=
emptyList()
,
sequence
:
Sequence
?
)
Properties
attributes
Link copied to clipboard
val
attributes
:
List
<
Attribute
>
base
Link copied to clipboard
val
base
:
String
sequence
Link copied to clipboard
val
sequence
:
Sequence
?