Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Feed

Index

Constructors

Methods

Constructors

  • new Feed(name: string, callback: Function): Feed
  • Create custom Feed that can show up inside Umajin App Creator.

    Parameters

    • name: string

      Display name of the Feed that will appear in Umajin App Creator.

    • callback: Function

      Reference to the function that will be called when the Feed is requested. Must return feed data as a json string, array, or object.

    Returns Feed

Methods

  • Call register once the Feed is ready, to add it into Umajin App Creator.

    Returns Feed