TypeType.ListItemOn this pageType.ListItem Returns an item type from a list type. Syntax Type.ListItem( type as type) as type Remarks Returns an item type from a list type. Examples Example #1 Find item type from the list <code>{number}</code>. Type.ListItem(type {number}) Result: type number Category Type