InputPageBlockListItem¶
Describes an item of a list page block to be sent
InputPageBlockListItem(
blocks: list of InputPageBlock,
has_checkbox: Bool,
is_checked: Bool,
value: int32,
type: string
) → InputPageBlockListItem
blocks¶
list of InputPageBlock
Item blocks
has_checkbox¶
Bool
True, if the item has a checkbox
is_checked¶
Bool
True, if the item is checked
value¶
int32
Value of the item; pass 0 for unordered lists
type¶
string
Type of the item numbering type; must be one of "a" for a lowercase letter, "A" for an uppercase letter, "i" for lowercase Roman numerals, "I" for uppercase Roman numerals, "1" for decimal numbers, or empty for unordered lists