Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 360 Bytes

type-listitem.md

File metadata and controls

29 lines (19 loc) · 360 Bytes
description title
Learn more about: Type.ListItem
Type.ListItem

Type.ListItem

Syntax

Type.ListItem(type as type) as type

About

Returns an item type from a list type.

Example 1

Find item type from the list {number}.

Usage

Type.ListItem(type {number})

Output

type number