Interface TextArea

Hierarchy

Index

Properties

Methods

Properties

public accessibilityHidden: boolean

public accessibilityHint: string

public accessibilityLabel: string

public accessibilityValue: string

public anchorPoint: Point

public animatedCenter: Point

public appearance: number

public autoLink: number

public autocapitalization: number

public autocorrect: boolean

public backgroundColor: string

public backgroundDisabledColor: string

public backgroundDisabledImage: string

public backgroundFocusedColor: string

public backgroundFocusedImage: string

public backgroundGradient: Gradient

public backgroundImage: string

public backgroundLeftCap: number

public backgroundRepeat: boolean

public backgroundSelectedColor: string

public backgroundSelectedImage: string

public backgroundTopCap: number

public borderColor: string

public borderRadius: number

public borderWidth: number

public bottom: any

public bubbleParent: boolean

public center: Point

public children: View[]

public clearOnEdit: boolean

public color: string

public editable: boolean

public ellipsize: boolean

public enableReturnKey: boolean

public enabled: boolean

public focusable: boolean

public font: Font

public height: any

public hintText: string

public horizontalWrap: boolean

public keepScreenOn: boolean

public keyboardToolbar: any

public keyboardToolbarColor: string

public keyboardToolbarHeight: number

public keyboardType: number

public layout: string

public left: any

public maxLength: number

public opacity: number

public rect: Dimension

public returnKeyType: number

public right: any

public scrollable: boolean

public scrollsToTop: boolean

public size: Dimension

public softKeyboardOnFocus: number

public suppressReturn: boolean

public textAlign: any

public tintColor: any

public top: any

public touchEnabled: boolean

public transform: any

public value: string

public verticalAlign: any

public visible: boolean

public width: any

public zIndex: number

Methods

public add(view: View)

Parameters

public addEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

public animate(animation: Animation, callback: (...args: any[]) => any)

Parameters

  • animation: Animation
  • callback: (...args: any[]) => any

public animate(animation: Dictionary, callback: (...args: any[]) => any)

Parameters

  • animation: Dictionary
  • callback: (...args: any[]) => any

public applyProperties(props: Dictionary)

Parameters

public blur()

public convertPointToView(point: Point, destinationView: View): Point

Parameters

Returns

Point

public finishLayout()

public fireEvent(name: string, event: Dictionary)

Parameters

public focus()

public getAccessibilityHidden(): boolean

Returns

boolean

public getAccessibilityHint(): string

Returns

string

public getAccessibilityLabel(): string

Returns

string

public getAccessibilityValue(): string

Returns

string

public getAnchorPoint(): Point

Returns

Point

public getAnimatedCenter(): Point

Returns

Point

public getAppearance(): number

Returns

number

public getAutoLink(): number

Returns

number

public getAutocapitalization(): number

Returns

number

public getAutocorrect(): boolean

Returns

boolean

public getBackgroundColor(): string

Returns

string

public getBackgroundDisabledColor(): string

Returns

string

public getBackgroundDisabledImage(): string

Returns

string

public getBackgroundFocusedColor(): string

Returns

string

public getBackgroundFocusedImage(): string

Returns

string

public getBackgroundGradient(): Gradient

Returns

Gradient

public getBackgroundImage(): string

Returns

string

public getBackgroundLeftCap(): number

Returns

number

public getBackgroundRepeat(): boolean

Returns

boolean

public getBackgroundSelectedColor(): string

Returns

string

public getBackgroundSelectedImage(): string

Returns

string

public getBackgroundTopCap(): number

Returns

number

public getBorderColor(): string

Returns

string

public getBorderRadius(): number

Returns

number

public getBorderWidth(): number

Returns

number

public getBottom(): any

Returns

any

public getBubbleParent(): boolean

Returns

boolean

public getCenter(): Point

Returns

Point

public getChildren(): View[]

Returns

View[]

public getClearOnEdit(): boolean

Returns

boolean

public getColor(): string

Returns

string

public getEditable(): boolean

Returns

boolean

public getEllipsize(): boolean

Returns

boolean

public getEnableReturnKey(): boolean

Returns

boolean

public getEnabled(): boolean

Returns

boolean

public getFocusable(): boolean

Returns

boolean

public getFont(): Font

Returns

Font

public getHeight(): any

Returns

any

public getHintText(): string

Returns

string

public getHorizontalWrap(): boolean

Returns

boolean

public getKeepScreenOn(): boolean

Returns

boolean

public getKeyboardToolbar(): any

Returns

any

public getKeyboardToolbarColor(): string

Returns

string

public getKeyboardToolbarHeight(): number

Returns

number

public getKeyboardType(): number

Returns

number

public getLayout(): string

Returns

string

public getLeft(): any

Returns

any

public getMaxLength(): number

Returns

number

public getOpacity(): number

Returns

number

public getRect(): Dimension

Returns

Dimension

public getReturnKeyType(): number

Returns

number

public getRight(): any

Returns

any

public getScrollable(): boolean

Returns

boolean

public getScrollsToTop(): boolean

Returns

boolean

public getSize(): Dimension

Returns

Dimension

public getSoftKeyboardOnFocus(): number

Returns

number

public getSuppressReturn(): boolean

Returns

boolean

public getTextAlign(): any

Returns

any

public getTintColor(): string

Returns

string

public getTop(): any

Returns

any

public getTouchEnabled(): boolean

Returns

boolean

public getTransform(): any

Returns

any

public getValue(): string

Returns

string

public getVerticalAlign(): any

Returns

any

public getVisible(): boolean

Returns

boolean

public getWidth(): any

Returns

any

public getZIndex(): number

Returns

number

public hasText(): boolean

Returns

boolean

public hide()

public remove(view: View)

Parameters

public removeAllChildren()

public removeEventListener(name: string, callback: (...args: any[]) => any)

Parameters

  • name: string
  • callback: (...args: any[]) => any

public setAccessibilityHidden(accessibilityHidden: boolean)

Parameters

  • accessibilityHidden: boolean

public setAccessibilityHint(accessibilityHint: string)

Parameters

  • accessibilityHint: string

public setAccessibilityLabel(accessibilityLabel: string)

Parameters

  • accessibilityLabel: string

public setAccessibilityValue(accessibilityValue: string)

Parameters

  • accessibilityValue: string

public setAnchorPoint(anchorPoint: Point)

Parameters

public setAppearance(appearance: number)

Parameters

  • appearance: number

public setAutoLink(autoLink: number)

Parameters

  • autoLink: number

public setAutocapitalization(autocapitalization: number)

Parameters

  • autocapitalization: number

public setAutocorrect(autocorrect: boolean)

Parameters

  • autocorrect: boolean

public setBackgroundColor(backgroundColor: string)

Parameters

  • backgroundColor: string

public setBackgroundDisabledColor(backgroundDisabledColor: string)

Parameters

  • backgroundDisabledColor: string

public setBackgroundDisabledImage(backgroundDisabledImage: string)

Parameters

  • backgroundDisabledImage: string

public setBackgroundFocusedColor(backgroundFocusedColor: string)

Parameters

  • backgroundFocusedColor: string

public setBackgroundFocusedImage(backgroundFocusedImage: string)

Parameters

  • backgroundFocusedImage: string

public setBackgroundGradient(backgroundGradient: Gradient)

Parameters

public setBackgroundImage(backgroundImage: string)

Parameters

  • backgroundImage: string

public setBackgroundLeftCap(backgroundLeftCap: number)

Parameters

  • backgroundLeftCap: number

public setBackgroundRepeat(backgroundRepeat: boolean)

Parameters

  • backgroundRepeat: boolean

public setBackgroundSelectedColor(backgroundSelectedColor: string)

Parameters

  • backgroundSelectedColor: string

public setBackgroundSelectedImage(backgroundSelectedImage: string)

Parameters

  • backgroundSelectedImage: string

public setBackgroundTopCap(backgroundTopCap: number)

Parameters

  • backgroundTopCap: number

public setBorderColor(borderColor: string)

Parameters

  • borderColor: string

public setBorderRadius(borderRadius: number)

Parameters

  • borderRadius: number

public setBorderWidth(borderWidth: number)

Parameters

  • borderWidth: number

public setBottom(bottom: number)

Parameters

  • bottom: number

public setBottom(bottom: string)

Parameters

  • bottom: string

public setBubbleParent(bubbleParent: boolean)

Parameters

  • bubbleParent: boolean

public setCenter(center: Point)

Parameters

public setClearOnEdit(clearOnEdit: boolean)

Parameters

  • clearOnEdit: boolean

public setColor(color: string)

Parameters

  • color: string

public setEditable(editable: boolean)

Parameters

  • editable: boolean

public setEllipsize(ellipsize: boolean)

Parameters

  • ellipsize: boolean

public setEnableReturnKey(enableReturnKey: boolean)

Parameters

  • enableReturnKey: boolean

public setEnabled(enabled: boolean)

Parameters

  • enabled: boolean

public setFocusable(focusable: boolean)

Parameters

  • focusable: boolean

public setFont(font: Font)

Parameters

public setHeight(height: number)

Parameters

  • height: number

public setHeight(height: string)

Parameters

  • height: string

public setHintText(hintText: string)

Parameters

  • hintText: string

public setHorizontalWrap(horizontalWrap: boolean)

Parameters

  • horizontalWrap: boolean

public setKeepScreenOn(keepScreenOn: boolean)

Parameters

  • keepScreenOn: boolean

public setKeyboardToolbar(keyboardToolbar: View[])

Parameters

  • keyboardToolbar: View[]

public setKeyboardToolbar(keyboardToolbar: Toolbar)

Parameters

public setKeyboardToolbarColor(keyboardToolbarColor: string)

Parameters

  • keyboardToolbarColor: string

public setKeyboardToolbarHeight(keyboardToolbarHeight: number)

Parameters

  • keyboardToolbarHeight: number

public setKeyboardType(keyboardType: number)

Parameters

  • keyboardType: number

public setLayout(layout: string)

Parameters

  • layout: string

public setLeft(left: number)

Parameters

  • left: number

public setLeft(left: string)

Parameters

  • left: string

public setMaxLength(maxLength: number)

Parameters

  • maxLength: number

public setOpacity(opacity: number)

Parameters

  • opacity: number

public setReturnKeyType(returnKeyType: number)

Parameters

  • returnKeyType: number

public setRight(right: number)

Parameters

  • right: number

public setRight(right: string)

Parameters

  • right: string

public setScrollable(scrollable: boolean)

Parameters

  • scrollable: boolean

public setScrollsToTop(scrollsToTop: boolean)

Parameters

  • scrollsToTop: boolean

public setSelection(start: number, end: number)

Parameters

  • start: number
  • end: number

public setSoftKeyboardOnFocus(softKeyboardOnFocus: number)

Parameters

  • softKeyboardOnFocus: number

public setSuppressReturn(suppressReturn: boolean)

Parameters

  • suppressReturn: boolean

public setTextAlign(textAlign: string)

Parameters

  • textAlign: string

public setTextAlign(textAlign: number)

Parameters

  • textAlign: number

public setTintColor(tintColor: string)

Parameters

  • tintColor: string

public setTop(top: number)

Parameters

  • top: number

public setTop(top: string)

Parameters

  • top: string

public setTouchEnabled(touchEnabled: boolean)

Parameters

  • touchEnabled: boolean

public setTransform(transform: _2DMatrix)

Parameters

public setTransform(transform: _3DMatrix)

Parameters

public setValue(value: string)

Parameters

  • value: string

public setVerticalAlign(verticalAlign: number)

Parameters

  • verticalAlign: number

public setVerticalAlign(verticalAlign: string)

Parameters

  • verticalAlign: string

public setVisible(visible: boolean)

Parameters

  • visible: boolean

public setWidth(width: number)

Parameters

  • width: number

public setWidth(width: string)

Parameters

  • width: string

public setZIndex(zIndex: number)

Parameters

  • zIndex: number

public show(args?: Array<any>)

Parameters

  • args?: Array<any> optional

public startLayout()

public toImage(callback?: (...args: any[]) => any, honorScaleFactor?: boolean): Blob

Parameters

  • callback?: (...args: any[]) => any optional
  • honorScaleFactor?: boolean optional

Returns

Blob

public updateLayout(params: Dictionary)

Parameters