Quark #

Modules #

Quark v1.2.0 Documentation


quark/bubbles #

Enum: Priority #

Priority #

  • Auto
  • Top
  • Right
  • Bottom
  • Left

Class: Bubbles #

Bubbles #

bubbles.frail #

  • frail: boolean By default clicking anywhere on the screen will disappear

bubbles.priority #

bubbles.backgroundColor #

bubbles.borderRadius #

bubbles.showFrom(from,offset?) #

Showing Bubbles by Target View

  • @param from: View Parameters provide the location information to be displayed
  • @param offset?: types.Vec2 Displays the offset of the target position

bubbles.show(rect) #

Show by rect

bubbles.reset() #

Reset and Reshow

bubbles.navigationBack() #

  • @overwrite

bubbles.navigationEnter(focus) #

  • @overwrite
  • @param focus: View

bubbles.render(win,vdom) #

Creating Bubbles through Vdom

bubbles.renderShow(from,vdom) #

Create and show bubbles through Vdom