πŸš€ 8.9 Released! β†’ ⚑️ New Node-API Engine Preview, πŸ“² ns widget ios, πŸ’… Tailwind v4 and more...
Read Announcement
PageBase

Summary ​

Constructors

constructor

Properties

_frame
accessibilityAnnouncePageEnabled
actionBarHidden
backgroundSpanUnderStatusBar
enableSwipeBackNavigation
hasActionBar
navigatedFromEvent
navigatedToEvent
navigatingFromEvent
navigatingToEvent
155 properties inherited from ContentView
Click to expand
_androidContentDescriptionUpdated
_automaticallyAdjustsScrollViewInsets
_closeModalCallback
_context
_cssState
_defaultPaddingBottom
_defaultPaddingLeft
_defaultPaddingRight
_defaultPaddingTop
_domId
_ignoreFlexMinWidthHeightReset
_isAddedToNativeVisualTree
_isLayoutValid
_isPaddingRelative
_isStyleScopeHost
_oldBottom
_oldLeft
_oldRight
_oldTop
_styleScope
_suspendNativeUpdatesCount
accessibilityBlurEvent
accessibilityFocusChangedEvent
accessibilityFocusEvent
accessibilityHidden
accessibilityHint
accessibilityIdentifier
accessibilityLabel
accessibilityLanguage
accessibilityLiveRegion
accessibilityMediaSession
accessibilityPerformEscapeEvent
accessibilityRole
accessibilityState
accessibilityValue
accessible
alignSelf
android
androidDynamicElevationOffset
androidElevation
automationText
background
backgroundColor
backgroundImage
bindingContext
borderBottomColor
borderBottomLeftRadius
borderBottomRightRadius
borderBottomWidth
borderColor
borderLeftColor
borderLeftWidth
borderRadius
borderRightColor
borderRightWidth
borderTopColor
borderTopLeftRadius
borderTopRightRadius
borderTopWidth
borderWidth
boxShadow
className
col
color
colSpan
column
columnSpan
content
createdEvent
cssClasses
cssPseudoClasses
cssType
disposeNativeViewEvent
dock
domNode
effectiveBorderBottomWidth
effectiveBorderLeftWidth
effectiveBorderRightWidth
effectiveBorderTopWidth
effectiveHeight
effectiveLeft
effectiveMarginBottom
effectiveMarginLeft
effectiveMarginRight
effectiveMarginTop
effectiveMinHeight
effectiveMinWidth
effectivePaddingBottom
effectivePaddingLeft
effectivePaddingRight
effectivePaddingTop
effectiveTop
effectiveWidth
flexGrow
flexShrink
flexWrapBefore
height
horizontalAlignment
id
ignoreTouchAnimation
ios
iosAccessibilityAdjustsFontSize
iosAccessibilityMaxFontScale
iosAccessibilityMinFontScale
iosIgnoreSafeArea
iosOverflowSafeArea
iosOverflowSafeAreaEnabled
isCollapsed
isEnabled
isLayoutValid
isUserInteractionEnabled
layoutChangedEvent
left
loadedEvent
margin
marginBottom
marginLeft
marginRight
marginTop
minHeight
minWidth
modal
nativeViewProtected
opacity
order
originX
originY
parent
perspective
propertyChangeEvent
recycleNativeView
reusable
rotate
rotateX
rotateY
row
rowSpan
scaleX
scaleY
sharedTransitionIgnore
sharedTransitionTag
showingModallyEvent
shownModallyEvent
testID
top
touchAnimation
touchDelay
transitionId
translateX
translateY
unloadedEvent
verticalAlignment
viewController
visibility
width

Methods

_addChildFromBuilder
accessibilityScreenChanged
eachChildView
getKeyframeAnimationWithName
onNavigatedFrom
onNavigatedTo
onNavigatingFrom
onNavigatingTo
111 methods inherited from ContentView
Click to expand
_addView
_addViewCore
_addViewToNativeVisualTree
_applyXmlAttribute
_batchUpdate
_childIndexToNativeChildIndex
_closeAllModalViewsInternal
_createPropertyChangeData
_dialogClosed
_eachLayoutView
_emit
_getNativeViewsCount
_getRootModalViews
_getValue
_handleLivesync
_hasAncestorView
_hideNativeModalView
_inheritStyleScope
_layoutParent
_observe
_onAttachedToWindow
_onDetachedFromWindow
_onRootViewReset
_onSizeChanged
_parentChanged
_raiseLayoutChangedEvent
_raiseShowingModallyEvent
_raiseShownModallyEvent
_removeView
_removeViewCore
_removeViewFromNativeVisualTree
_resumeNativeUpdates
_setupAsRootView
_setupUI
_setValue
_shouldDelayLayout
_showNativeModalView
_suspendNativeUpdates
_tearDownUI
_updateStyleScope
accessibilityAnnouncement
addEventListener
addEventListener
addPseudoClass
animate
bind
callLoaded
callUnloaded
closeModal
combineMeasuredStates
createAnimation
createNativeView
deletePseudoClass
destroyNode
disposeNativeView
eachChild
ensureDomNode
focus
get
getActualSize
getGestureObservers
getLocationInWindow
getLocationOnScreen
getLocationRelativeTo
getMeasuredHeight
getMeasuredState
getMeasuredWidth
getSafeAreaInsets
getViewByDomId
getViewById
hasGestureObservers
hasListeners
initNativeView
layout
layoutChild
layoutNativeView
layoutView
loadView
measure
measureChild
notify
notifyPropertyChange
off
off
on
on
onBackPressed
once
once
onLayout
onLoaded
onMeasure
onResumeNativeUpdates
onUnloaded
removeEventListener
removeEventListener
requestLayout
resetNativeView
resolveSizeAndState
sendAccessibilityEvent
set
setInlineStyle
setMeasuredDimension
setNativeView
setOnTouchListener
setProperty
setTestID
showModal
toString
unbind
unloadView

Constructors ​

constructor ​

new PageBase(): PageBase 

Properties ​

accessibilityAnnouncePageEnabled ​

accessibilityAnnouncePageEnabled: boolean

actionBarHidden ​

actionBarHidden: boolean

backgroundSpanUnderStatusBar ​

backgroundSpanUnderStatusBar: boolean

enableSwipeBackNavigation ​

enableSwipeBackNavigation: boolean

hasActionBar ​

hasActionBar: boolean
Static
navigatedFromEvent: string
Static
navigatedToEvent: string
Static
navigatingFromEvent: string
Static
navigatingToEvent: string

Accessors ​

_childrenCount ​

get _childrenCount(): number

actionBar ​

androidStatusBarBackground ​

get androidStatusBarBackground(): Color 
get navigationContext(): any

statusBarStyle ​

get statusBarStyle(): "dark"|"light"
Returns "dark" | "light"

Methods ​

_addChildFromBuilder ​

_addChildFromBuilder(name: string, value: any): void
Parameter Default Description
name
string
value
any
Returns void

accessibilityScreenChanged ​

accessibilityScreenChanged(refocus?: boolean): void
Parameter Default Description
refocus
boolean
Returns void

eachChildView ​

eachChildView(callback: (child: View) => boolean): void
Parameter Default Description
callback
(child: View) => boolean
Returns void

getKeyframeAnimationWithName ​

getKeyframeAnimationWithName(animationName: string): KeyframeAnimationInfo 
Parameter Default Description
animationName
string

onNavigatedFrom ​

onNavigatedFrom(isBackNavigation: boolean): void
Parameter Default Description
isBackNavigation
boolean
Returns void

onNavigatedTo ​

onNavigatedTo(isBackNavigation: boolean): void
Parameter Default Description
isBackNavigation
boolean
Returns void

onNavigatingFrom ​

onNavigatingFrom(isBackNavigation: boolean): void
Parameter Default Description
isBackNavigation
boolean
Returns void

onNavigatingTo ​

onNavigatingTo(
 context: any,
 isBackNavigation: boolean,
 bindingContext?: any
): void
Parameter Default Description
context
any
isBackNavigation
boolean
bindingContext
any
Returns void
Previous
Page

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /