UIElement.getId

Get this element ID. All UIElement can have a string as unique identifier, similar to HTML. Returns the empty string "" if there is no ID. Note: this return an interior slice, and could be invalidated if the ID is reassigned.

class UIElement
public nothrow @nogc final pure
const(char)[]
getId
()

Meta