interface StructuredSelector {
    indexes?: number[];
    indicatorType?: StructuredIndicatorType;
}

Properties

indexes?: number[]
indicatorType?: StructuredIndicatorType