UNPKG

fcr-core

Version:

Core APIs for building online scenes

9 lines (8 loc) 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBoardPerformance = void 0; /** 获取白板开启或关闭性能模式的配置 */ const getBoardPerformance = targeScene => targeScene.getScenePropertiesByKeyPath('widgets.netlessBoard.extra.performance') === 1; exports.getBoardPerformance = getBoardPerformance;