nb_cli.tui.gallery
class Gallery(<auto>)
参数
auto
method compose()
参数
empty
返回
- ComposeResult
async method on_mount()
参数
empty
返回
- untyped
method action_toggle_search()
参数
empty
返回
- untyped
method on_input_blurred(event)
参数
event
(Input.Blurred)
返回
- untyped
method on_input_submitted(event)
参数
event
(Input.Submitted)
返回
- untyped
method on_input_changed(event)
参数
event
(Input.Changed)
返回
- untyped
method watch_query_open(_, new_st)
参数
_
(bool)new_st
(bool)
返回
- untyped
method watch_query_filter(_, new_qf)
参数
_
(str)new_qf
(str)
返回
- untyped
method action_toggle_dark()
说明: An action to toggle dark mode.
参数
empty
返回
- None