wdpr
Preparing search index...
@wdprlib/ast
element
ListData
Interface ListData
Data payload for a list element (
* item
,
# item
, or
[[li]]
).
interface
ListData
{
attributes
:
AttributeMap
;
items
:
ListItem
[]
;
type
:
ListType
;
}
Index
Properties
attributes
items
type
Properties
attributes
attributes
:
AttributeMap
items
items
:
ListItem
[]
type
type
:
ListType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
items
type
wdpr
Loading...
Data payload for a list element (
* item,# item, or[[li]]).