640 B
640 B
title | description | image |
---|---|---|
pageListItemText | List item | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pageListItemText
List item
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | RichText | Yes | Text |
Type: PageListItem
Example:
$pageListItemText = ['_' => 'pageListItemText', 'text' => RichText];
Or, if you're into Lua:
pageListItemText={_='pageListItemText', text=RichText}