fluent-kt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
fluent-kt
intl-memoizer
/
dev.kbroom.fluent.intl
/
ListFormatOptions
List
Format
Options
data
class
ListFormatOptions
(
val
type
:
ListType
=
ListType.Conjunction
,
val
style
:
ListStyle
=
ListStyle.Long
)
(
source
)
List formatting options.
Members
Constructors
List
Format
Options
Link copied to clipboard
constructor
(
type
:
ListType
=
ListType.Conjunction
,
style
:
ListStyle
=
ListStyle.Long
)
Properties
style
Link copied to clipboard
val
style
:
ListStyle
type
Link copied to clipboard
val
type
:
ListType