Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 442 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 442 Bytes

gaffa-frame

frame view for loading UI into a gaffa application

Install:

npm i gaffa-frame

Add to gaffa:

gaffa.registerConstructor(require('gaffa-frame'));

API

Properties (instanceof Gaffa.Property)

url (get)

Where to get the serialised gaffa view.

the view should be serialised as described here