Current section
Files
Jump to
Current section
Files
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())
}).