S or /

SourceEnum OutputCommand

from egui import OutputCommand
class OutputCommand:

Commands that the egui integration should execute at the end of a frame.

Commands that are specific to a viewport should be put in egui.ViewportCommand instead.

Methods§

@staticmethod def CopyImage(image: ColorImage) -> OutputCommand§
@staticmethod def CopyText(text: str) -> OutputCommand§
@staticmethod def OpenUrl(open_url: OpenUrl) -> OutputCommand§
def image(self, /) -> ColorImage |None§
def kind_name(self, /) -> str§
def open_url_value(self, /) -> OpenUrl |None§
def text(self, /) -> str |None§