Interface IconColumnOption

interface IconColumnOption {
    className?: string;
    content?: string;
    fadeinWhenCallbackInPromise?: null | boolean;
    iconWidth?: number;
    name?: string;
    tagName?: string;
}

Hierarchy (view full)

Properties

className?: string
content?: string
fadeinWhenCallbackInPromise?: null | boolean
iconWidth?: number
name?: string
tagName?: string