(cfg: IPageLayoutConfig[])
| 10 | export let ORIGIN_LAYOUT_CONFIG: IPageLayoutConfig[] = []; |
| 11 | |
| 12 | export function setAllLayoutConfig(cfg: IPageLayoutConfig[]) { |
| 13 | ORIGIN_LAYOUT_CONFIG = cfg; |
| 14 | } |
| 15 | |
| 16 | export function getAllLayoutConfig() { |
| 17 | return ORIGIN_LAYOUT_CONFIG; |
no outgoing calls
no test coverage detected