interface IDataArrayAttributeFormatter {
    format: ((value: AttributeArrayValue, type: ARRAY_DATA_TYPE, displayValue?: string[]) => string[]);
}

Properties

Properties

format: ((value: AttributeArrayValue, type: ARRAY_DATA_TYPE, displayValue?: string[]) => string[])