Type Alias MeasureList<QData>

Lists the measures. Is the layout for MeasureListDef.

type MeasureList<QData = unknown> = {
    qItems?: NxContainerEntry<QData>[];
}

Type Parameters

  • QData = unknown
Index

Information about the list of measures.