Module ui.widget.keyvaluepage

Widget that presents a multi-page to show key value pairs.

Example:

local Foo = KeyValuePage:new{
    title = "Statistics",
    kv_pairs = {
        {"Current period", "00:00:00"},
        -- single or more "-" will generate a solid line
        "----------------------------",
        {"Page to read", "5"},
        {"Time to read", "00:01:00"},
        {"Press me", "will invoke the callback",
         callback = function() print("hello") end },
    },
}
UIManager:show(Foo)

Fields

self.page_return_arrow


Fields

self.page_return_arrow
generated by LDoc 1.5.0 Last updated 2024-03-18 16:45:36