class Stremio::Addon::DevKit::CatalogBase::ExtraSkip
- Stremio::Addon::DevKit::CatalogBase::ExtraSkip
- Reference
- Object
Overview
Enables Pagination See: https://github.com/Stremio/stremio-addon-sdk/blob/master/docs/advanced.md#pagination-in-catalogs
Included Modules
- JSON::Serializable
Defined in:
stremio-addon-devkit/catalog_base.crConstructors
Instance Method Summary
-
#isRequired : Bool
#isRequired
: optional - boolean, set to true if this property must always be passed -
#name : ExtraType
#name
: required - string, is the name of the property; this name will be used in the extraProps argument itself -
#options : Array(String) | Nil
#options
: optional - an explicit lists of "steps" to follow.
Constructor Detail
Instance Method Detail
def isRequired : Bool
#
#isRequired
: optional - boolean, set to true if this property must always be passed
#name
: required - string, is the name of the property; this name will be used in the extraProps argument itself