Quark
#
Modules #
quark/action
quark/app
quark/bubbles
quark/buffer
quark/checkbox
quark/css
quark/ctr
quark/dialog
quark/event
quark/font
quark/fs
quark/http
quark/index
quark/keyboard
quark/media
quark/nav
quark/os
quark/path
quark/pkg
quark/screen
quark/stepper
quark/storage
quark/test
quark/types
quark/util
quark/view
quark/window
quark/_common
quark/_event
quark/_ext
quark/_util
Quark v1.2.0 Documentation
Table of Contents
quark/bubbles #
Enum: Priority #
Priority #
Auto
Top
Right
Bottom
Left
Class: Bubbles #
Bubbles #
@extends
Navigation
@template
<P
={}
,S
={}
>
bubbles.frail #
frail
:boolean
By default clicking anywhere on the screen will disappear
bubbles.priority #
priority
:Priority
display location
bubbles.backgroundColor #
backgroundColor
:types.ColorStrIn
bubbles.borderRadius #
borderRadius
:number
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
@param
rect
:types.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