Type Alias duat::OnFileOpen

source ·
pub type OnFileOpen = OnFileOpen<Ui>;
Expand description

Triggers hooks whenever a File is created

§Arguments

  • The file builder, which can be used to push widgets to the file, and to eachother.

Aliased Type§

struct OnFileOpen(/* private fields */);