PowerQueryFormulaItemType Enum

PowerQueryFormulaItemType Enum

Represents the type of a Power Query formula item.


type PowerQueryFormulaItemType int32

Fields

FieldDescription
UnknownUnknown or default type.
FunctionThe item is a function (contains => arrow).
ParameterThe item is a parameter.
ListThe item is a list (starts with {).
LiteralThe item is a literal value (string, number, boolean, null).