Type Alias FieldSelectionStateV2

The set of values used by link bindings to generate an Analytics Application.

type FieldSelectionStateV2 = {
    selectedSize?: number;
    selectionAppParamName: string;
    selectionAppParamType: odagLinks.SelectAppParamTypeV2;
    values: odagLinks.FieldValueV2[];
}
Index

Properties

selectedSize?: number

The actual number of selected values. Not used for bindSelectionState.

selectionAppParamName: string
selectionAppParamType: odagLinks.SelectAppParamTypeV2