/// A mixin that enables the component to be called to show an dialog. mixin ComponentDialog { /// Called when the component should display the dialog. void onDialog(); }