Type Alias: ControlId
ControlId =
Brand<string,"ControlId">
Defined in: src/core/types/branded.ts:47
A UI5 control ID.
Example​
import type { ControlId } from '#core/types/branded.js';
function findControl(id: ControlId): void { }
ControlId =
Brand<string,"ControlId">
Defined in: src/core/types/branded.ts:47
A UI5 control ID.
import type { ControlId } from '#core/types/branded.js';
function findControl(id: ControlId): void { }