core
    正在准备搜索索引...

    接口 TitleBar

    标题栏

    interface TitleBar {
        backgroundColor?: string;
        contentColor?: string;
        visible?: boolean;
    }
    索引

    属性

    backgroundColor?: string

    背景色 #RRGGBB

    contentColor?: string

    内容色 #RRGGBB

    visible?: boolean

    可见性,true 显示,false 隐藏