PowerQueryFormulaItemType Enum
PowerQueryFormulaItemType Enum
Represents the type of a Power Query formula item.
type PowerQueryFormulaItemType int32
Fields
| Field | Description |
|---|---|
| Unknown | Unknown or default type. |
| Function | The item is a function (contains => arrow). |
| Parameter | The item is a parameter. |
| List | The item is a list (starts with {). |
| Literal | The item is a literal value (string, number, boolean, null). |