Back to bricks list
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