有没有一种方法可以让我通过编程来了解侧菜单是浮动的还是固定的



我正在Buildfire平台上开发一个插件。我看到一个应用程序可以有浮动或固定的侧菜单。我想根据侧菜单的样式来更改插件内容的位置。我已经检查了外观,并没有什么可以帮助我的。我是不是遗漏了什么?感谢您的帮助。

我认为目前(截至2020年2月(没有提供。壁橱方法是buildfire.appearance.getAppTheme,它只返回字体和颜色

{
"appName": "AlicanDemo2019",
"colors": {
"backgroundColor": "#18191a",
"titleBar": "#09a3ee",
"titleBarTextAndIcons": "#ffffff",
"headerText": "#09a3ee",
"bodyText": "#ffffff",
"icons": "#09a3ee",
"primaryTheme": "#09a3ee",
"successTheme": "#14cb5d",
"infoTheme": "#69d5ff",
"warningTheme": "#faba41",
"dangerTheme": "#ed4b4b",
"defaultTheme": "#0677ae",
"footerMenuBackgroundColor": "#18191a",
"footerMenuIconColor": "#09a3ee"
},
"fontId": "Architects+Daughter",
"fontName": "Architects Daughter"
}

最新更新