class Stremio::Addon::DevKit::CatalogBase::ExtraSearch

Overview

Allows this catalog have content filtered based on user search parameters

Included Modules

Defined in:

stremio-addon-devkit/catalog_base.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(isRequired : Bool = false) #

[View source]

Instance Method Detail

def isRequired : Bool #

#isRequired: optional - boolean, set to true if this property must always be passed


[View source]
def name : ExtraType #

#name: required - string, is the name of the property; this name will be used in the extraProps argument itself


[View source]