Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/BubbleChat/BubbleWrap"

Index

Type aliases

BubbleComponent

BubbleComponent: Component<IBubbleProps<T>>

The component used to render the bubbles

param

the properties for the bubble component

MessageComponent

MessageComponent: BubbleComponent<T>

The component used to render the message bubbles

param

the properties for the bubble component

SuggestionComponent

SuggestionComponent: BubbleComponent<IInputImmutable>

The component used to render an input

param

the properties for the input

Functions

hoist

  • hoist(element: Element): ViewStyle | undefined
  • Pulls a percentage based width up and out of the style

    Parameters

    • element: Element

      the element to assess, will only hoist width when the style property is a mutable style object

    Returns ViewStyle | undefined

    the width style to use on the parent