ImageFilterItem
Syntax
interface ImageFilterItem {
type: string;
label: string;
}
Attributes
type
The image filter type string.
label
The label string for the image filter type which will be displayed.
interface ImageFilterItem {
type: string;
label: string;
}
The image filter type string.
The label string for the image filter type which will be displayed.
latest version