toggle menu
ktml
1.0-SNAPSHOT
jvm
switch theme
search in API
ktml
/
info.scce.ktml.util
/
Tag
Tag
class
Tag
(
name
:
String
,
child
:
TagInterface
,
attributes
:
Attributes
)
:
TagInterface
Members
Constructors
Tag
Link copied to clipboard
constructor
(
name
:
String
,
children
:
List
<
TagInterface
>
,
attributes
:
Attributes
)
constructor
(
name
:
String
,
child
:
TextInterface
,
attributes
:
Attributes
)
constructor
(
name
:
String
,
child
:
TagInterface
,
attributes
:
Attributes
)
Functions
string
Link copied to clipboard
open
override
fun
string
(
)
:
String