glotaran_value_as_markdown
- ModelProperty.glotaran_value_as_markdown(value: Any, all_parameters: ParameterGroup | None = None, initial_parameters: ParameterGroup | None = None) MarkdownStr[source]
Get a markdown representation of the property.
- Parameters
value (Any) – The property value.
all_parameters (ParameterGroup | None) – A parameter group containing the whole parameter set (used for expression lookup).
initial_parameters (ParameterGroup | None) – The initial parameter.
- Returns
The property as markdown string.
- Return type