Skip to content

Latest commit

 

History

History
69 lines (36 loc) · 1.31 KB

api.md

File metadata and controls

69 lines (36 loc) · 1.31 KB

Tasks context for pon

Functions

create(args) -> PonContext

Create a PonContext instance

Param Type Description
args *

PonContext Class

Context of pon

new PonContext(values)

Constructor of PonContext class

Param Type Description
values Object Context values

context.set(values) -> PonContext

Set values

Param Type Description
values Object

context.get(name) -> *

Get context value

Param Type Description
name string Name of property