Skip to main content

Interface: AutoSizeResult

Defined in: host/components/IMyopComponent.ts:15

Result returned by observeAutoSize callback

Properties

autoSizingHeight

autoSizingHeight: boolean

Defined in: host/components/IMyopComponent.ts:23

Whether height is being auto-sized


autoSizingWidth

autoSizingWidth: boolean

Defined in: host/components/IMyopComponent.ts:21

Whether width is being auto-sized


height

height: number

Defined in: host/components/IMyopComponent.ts:19

Current height (from content)


width

width: number

Defined in: host/components/IMyopComponent.ts:17

Current width (from content)