clik-engine API
    Preparing search index...

    Interface TabBarConfig

    interface TabBarConfig {
        activeColor?: number;
        activeTextColor?: string;
        inactiveColor?: number;
        onChange?: (tabKey: string) => void;
        tabHeight?: number;
        tabs: TabConfig[];
        tabWidth?: number;
        textColor?: string;
        x: number;
        y: number;
    }
    Index

    Properties

    activeColor?: number
    activeTextColor?: string
    inactiveColor?: number
    onChange?: (tabKey: string) => void
    tabHeight?: number
    tabs: TabConfig[]
    tabWidth?: number
    textColor?: string
    x: number
    y: number