Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@native_widget_NativeDef.hrl
Raw

include/plushie@native_widget_NativeDef.hrl

-record(native_def, {
kind :: binary(),
rust_crate :: binary(),
rust_constructor :: binary(),
props :: list(plushie@native_widget:prop_def()),
commands :: list(plushie@native_widget:command_def())
}).