Skip to content

Instantly share code, notes, and snippets.

@maciasello
Last active August 29, 2015 14:17
Show Gist options
  • Save maciasello/73646a03a89d0f83c449 to your computer and use it in GitHub Desktop.
Save maciasello/73646a03a89d0f83c449 to your computer and use it in GitHub Desktop.
Three options of constructing most.js stream components
{
periodicRef: {
$ref: "stream!periodic",
period: 300,
value: "y"
}
}
{
periodicSub: {
stream: {
periodic: {
period: 500,
value: "x"
}
}
}
}
{
periodicType: {
stream: {
type: "periodic",
period: 700,
value: "z"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment