PluginSetting¶
-
class
mobase.PluginSetting(key, description, default_value)¶ Bases:
objectClass to hold the user-configurable parameters a plugin accepts. The purpose of this class is only to inform the application what settings to offer to the user, it does not hold the actual value.
Attributes Summary
Union[None,bool,int,str,List[Any],Dict[str,Any]]strstrAttributes Documentation
-
default_value¶ Union[None,bool,int,str,List[Any],Dict[str,Any]]- Type
rtype
-
description¶ str- Type
rtype
-
key¶ str- Type
rtype
-