Type Alias ConditionDimensionsInner

type ConditionDimensionsInner = {
    field?: string;
    qLibraryId?: string;
    title?: string;
}
Index

Properties

field?: string

Field referred to the dimension where the selection is made. This may be used to generate deep links.

qLibraryId?: string
title?: string