(self)
| 257 | @property |
| 258 | @has_context |
| 259 | def timing_information(self): |
| 260 | request = get_app().backend.request_adapter() |
| 261 | return getattr(request.context, "timing_information", {}) |
| 262 | |
| 263 | @has_context |
| 264 | def set_props(self, component_id: typing.Union[str, dict], props: dict): |