non_data_variable
NonDataVariable
from dara.core.interactivity.non_data_variable import NonDataVariable
class NonDataVariable(AnyVariable, abc.ABC)
NonDataVariable represents any variable that is not specifically designed to hold datasets (i.e. Variable, DerivedVariable, UrlVariable)
Arguments:
uid
: the unique identifier for this variable; if not provided a random one is generated
Attributes
- uid: str