laya-coreui-es
Version:
laya核心库、ui库es版本,剔除了媒体、TTF等功能。基于 LayaAir-release_2.12.0 修改
16 lines (15 loc) • 570 B
TypeScript
/**全局配置*/
export declare class UIConfig {
/**是否开启触摸滚动(针对滚动条)*/
static touchScrollEnable: boolean;
/**是否开启滑轮滚动(针对滚动条)*/
static mouseWheelEnable: boolean;
/**是否显示滚动条按钮*/
static showButtons: boolean;
/**弹出框背景颜色*/
static popupBgColor: string;
/**弹出框背景透明度*/
static popupBgAlpha: number;
/**模式窗口点击边缘,是否关闭窗口,默认是关闭的*/
static closeDialogOnSide: boolean;
}