View.js - API
  • View
  • ViewContext
  • ViewConfiguration
  • ViewConfigurationSet
  • 工具
  • View.layout
  • View.Logger
  • 类型
    • ViewLayoutInitOptions
    • ViewLayoutChangeListener
    • ViewConfigurationApplication
    • ViewState
    • ViewSwitchAnimation
    • ViewSwitchInfo
    • ViewSwitchType
    • ViewSwtichTrigger
    • ViewSwitchCtrl
    • ViewBackForwardCtrl
    • ViewEvent
    • ViewEventListener
    • ViewSwitchEventData
    • ViewInstanceEnterEventData
    • ViewInstanceLeaveEventData
    • ViewInitializer
    • ViewInitializeTime
    • ViewSwitchInterceptor
    • ViewDataFetchAction
Powered by GitBook
On this page
  • 签名
  • 入参
  • 返回

Was this helpful?

  1. 类型

ViewLayoutChangeListener

布局空间变化监听器

签名

(layoutWidth?: number, layoutHeight?: number, browserWidth?: number, browserHeight?: number) => void

入参

  1. layoutWidth: number - 新的布局空间的宽度

  2. layoutHeight: number - 新的布局空间的高度

  3. browserWidth: number - 新的浏览器的宽度

  4. browserHeight: number - 新的浏览器的高度

返回

无。

PreviousViewLayoutInitOptionsNextViewConfigurationApplication

Last updated 5 years ago

Was this helpful?