Back to bricks list
Introduction 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__
Parameters:
NameTypeDefault valueDescription
func_namestr Name of the resource function to call when retrieving the specs
default_param_specParamSpec
GENERATE_PARAM_SPEC
Parameters:
NameTypeDefault valueDescription
resourceResource
Return type:
ParamSpec