Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IProps

Index

Properties

Optional align

align: "left" | "right"

The alignment of the suggestions, defaults to the right

Optional disabled

disabled: undefined | false | true

Determines if the suggestions should be disabled

Optional style

style: StyleProp<ViewStyle>

Style overrides for the message bubble

Optional suggestions

suggestions: SuggestionsImmutable

The suggestions to render

Optional theme

theme: ITheme

Theming for the message, bubble

Methods

onInput

  • onInput(input: IInputImmutable): Promise<void>

onRenderInput

  • onRenderInput(input: IInputImmutable, disabled: boolean): Promise<Element>
  • Invoked when a suggestion is to be rendered

    Parameters

    • input: IInputImmutable
    • disabled: boolean

    Returns Promise<Element>