Interface MenuColumnOption

interface MenuColumnOption {
    fadeinWhenCallbackInPromise?: null | boolean;
    options?: ColumnMenuItemOptions;
}

Hierarchy (view full)

Properties

fadeinWhenCallbackInPromise?: null | boolean