Quark #

Modules #

Quark v1.4.0 Documentation

Contents

quark/bubbles #

Enum: Priority #

Priority #

  • Auto
  • Top
  • Right
  • Bottom
  • Left

Class: Bubbles #

Bubbles #

Extends: Navigation Type parameters: P = {}, S = {}

bubbles.frail #

By default clicking anywhere on the screen will disappear

frail: boolean

bubbles.priority #

display location

priority: Priority

bubbles.backgroundColor #

backgroundColor: types.ColorStrIn

bubbles.borderRadius #

borderRadius: number

bubbles.showFrom(from,offset?) #

Showing Bubbles by Target View

showFrom(from: View, offset?: types.Vec2)

Parameters:

  • from — Parameters provide the location information to be displayed
  • offset? — Displays the offset of the target position

bubbles.show(rect) #

Show by rect

show(rect: types.Rect)

bubbles.reset() #

Reset and Reshow

reset()

bubbles.navigationBack() #

navigationBack()
  • @overwrite

bubbles.navigationEnter(focus) #

navigationEnter(focus: View)
  • @overwrite