S or /

SourceEnum IdSource

from egui import IdSource
class IdSource:

Is this Ui a root or a child of another Ui?

Properties§

@property def id(self, /) -> Id |None§
@property def id_salt(self, /) -> IdSalt |None§

Methods§

@staticmethod def child(id_salt: IdSalt) -> IdSource§
@staticmethod def explicit(id: Id) -> IdSource§
def kind(self, /) -> str§