Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UIPointableTextBoxBuilder<BackgroundType>

Interface for 'PointableTextBox'-builder.

Index

Methods

addStyler

  • Make new Builder with an additional styler.

    Parameters

    Returns this

    New Builder

setBackground

  • setBackground(newBackground: PointableBackgroundConstructor<NewBackgroundType>): UIPointableTextBoxBuilder<NewBackgroundType>
  • Make new PointableTextBoxBuilder with different background.

    Type parameters

    • NewBackgroundType: BackgroundType & InternalBackground

    Parameters

    • newBackground: PointableBackgroundConstructor<NewBackgroundType>

      Constructor for desired PointableBackground. Currently only UIBackgrounds.Arrow is available.

    Returns UIPointableTextBoxBuilder<NewBackgroundType>