Static zng::scroll::cmd::SCROLL_TO_BOTTOM_CMD
source · pub static SCROLL_TO_BOTTOM_CMD: Command
Expand description
Represents the scroll to bottom action.
§Metadata
This command has the following default metadata:
metadata | value |
---|---|
name | "Scroll to Bottom" |
info | "Scroll down to the content bottom." |
shortcut | [shortcut!(End), shortcut!(CTRL+End)] |
shortcut_filter | ShortcutFilter::FOCUSED | ShortcutFilter::CMD_ENABLED |
icon | wgt_fn!(|_| ICONS.get(["scroll-bottom", "vertical-align-bottom"])) |
Text metadata is localized.