OptionalclassName
className?: string
Optionalclosest
closest?: string
OptionaldefaultHeight
defaultHeight?: number
OptionaldefaultWidth
defaultWidth?: number
OptionalheightRequest
heightRequest?: (h: number) => number
OptionalonResize
onResize?: (s: ISize) => void Optionalselector
selector?: string
Optionaltarget
target?: HTMLElement
OptionalwidthRequest
widthRequest?: (w: number) => number
OptionalwithContainerHeight
withContainerHeight?: boolean
OptionalwithContainerWidth
withContainerWidth?: boolean
Represents the properties for the AutoSizer component.