Skip to content

0.1.0 proto Contents

Ivan S Glazunov edited this page Jan 22, 2015 · 1 revision

[new] () => instance: Contents > Prototype

Provides content values and methods.

._contents

data[][]

Inherited. Can be reset.

.prepend

(...arguments: data[]) => this

Add data in contents flow, before all.

.content

(...arguments: data[]) => this

Add data in contents flow, override all.

.append

(...arguments: data[]) => this

Add data in contents flow, after all.

.generator

() => void

Set at inheritance.

Generator is called a constructor and adds contents to the data.

Clone this wiki locally