Quark
#
Modules #
quark/actionquark/appquark/bubblesquark/bufferquark/checkboxquark/cssquark/ctrquark/defsquark/dialogquark/eventquark/fontquark/fsquark/hashquark/httpquark/indexquark/jsonbquark/keyboardquark/lmdbquark/mediaquark/navquark/netquark/osquark/pathquark/pkgquark/screenquark/statequark/stepperquark/storagequark/testquark/typesquark/uriquark/utilquark/viewquark/windowquark/wsquark/_bufferquark/_commonquark/_decoratorsquark/_eventquark/_extquark/_md5quark/_sha1quark/_sha256quark/_utilquark/_watching
Quark v1.4.0 Documentation
Contents
quark/bubbles #
Enum: Priority #
Priority #
AutoTopRightBottomLeft
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 displayedoffset?— 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