SourceEnum IdSource
from egui import IdSourceclass IdSource:from egui import IdSourceclass IdSource:@property
def id(self, /) -> Id |None§@property
def id_salt(self, /) -> IdSalt |None§@staticmethod
def child(id_salt: IdSalt) -> IdSource§@staticmethod
def explicit(id: Id) -> IdSource§def kind(self, /) -> str§