Skip to content

DiscordUnorderedList

Extends

  • LitElement

Constructors

new DiscordUnorderedList()

new DiscordUnorderedList(): DiscordUnorderedList

Returns

DiscordUnorderedList

Inherited from

LitElement.constructor

Accessors

nested

Whether this is a nested list or not, this will change the style of the list-style.

The library will try to guess this automatically based on the component tree, but you can also set this manually.

Default Value

false

Methods

checkChildren()

checkChildren(): void

Returns

void