GenericGalleryParameter Class

The definition of a generic gallery parameter.

Constructor

GenericGalleryParameter()

Variables

Name Description
name
str

The name of the parameter. Required.

required

Indicates whether this parameter must be passed.

defaultValue
str

The default value of the parameter, only applies to string types.

description
str

A description to help users understand what this parameter means.

Attributes

defaultValue

The default value of the parameter, only applies to string types.

defaultValue: str

description

A description to help users understand what this parameter means.

description: str

name

The name of the parameter. Required.

name: str

required

Indicates whether this parameter must be passed.

required: bool