gws_core

Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version

LazyViewParam

Param for resource view. With this param you can define a method in your resource and reference it in func_name This function must return a ParamSpec and this is useful to configure spec dynamically.

Attributes
default_param_spec: ParamSpecfunc_name: str
Functions
__init__
func_name : str
name of the resource function to call when retrieving the specs
default_param_spec : ParamSpec
generate_param_spec
resource : Resource
Return type : ParamSpec