Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ManifestExtra

Index

Properties

Optional isRequired

isRequired: boolean

Set to true if this property must always be passed.

name

name: Extra

The name of the property

This name will be used in the extraProps argument itself.

Optional options

options: string[]

Possible values for this property. This is useful for things like genres, where you need the user to select from a pre-set list of options.

e.g. { name: "genre", options: ["Action", "Comedy", "Drama"] }

It's also useful if we want to specify a limited number of pages (for the skip parameter).

e.g. { name: "skip", options: ["0", "100", "200"] }

Optional optionsLimit

optionsLimit: number

The limit of values a user may select from the pre-set options list

By default this is set to 1.

Generated using TypeDoc