Get DOM ID (Beta)
Get DOM ID (Beta)
Get DOM ID (Beta)
element.getDomId()Get the HTML id attribute of an element, or check whether the ID is bound to a data source.
Verify that the element has the domId property before calling this method.
These methods are in public beta and may change with future releases.
options (optional): { bindings: true } — When passed, returns binding metadata instead of the resolved string value if the ID is bound to a data source.Promise<string | null>: The current HTML ID as a string, or null if no ID has been set.Promise<string | BindingValue | null> (when { bindings: true } is passed): A BindingValue object if the ID is bound to a data source, or null if no ID has been set.Checks for authorization only.