cheetah-grid
    Preparing search index...

    Interface IconColumnOption

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

    Hierarchy (View Summary)

    Index

    Properties

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