Interface CustomInput

An input that allows you to use a function to get apps and optionally news.

type MUST be custom

Hierarchy

  • CustomInput

Properties

Properties

functionName: string

The name of a JavaScript/TypeScript function to use to get the app and news values. It MUST return an object with an array of App objects called apps and optionally an array of News objects called news.

Unlike the lambda properties in GitHubInput, this property does not need to be prefixed with function:.

See https://sidestore.io/SideSource/#functions for more info on built in functions and how you can make your own.

type: "custom"

Generated using TypeDoc