Show:

An object containing all the available sub-types constructions of the managed by this class.

Item Index

Methods

Methods

basic

(
  • options
  • value
  • meta
)
Object protected

Constructs a ProAct.js reactive object from original one, using prob

   return new ProAct.prob(value, meta);
 

Parameters:

  • options Array

    Array containing options for the creation process.

  • value Object

    The object/value to make reactive.

  • meta Object | String

    Meta-data used to help in the reactive object creation.

Returns:

Object:

A ractive object.