--- title: uniqueId status: published category: editor group: Function author: api date: 06/23/2023 order: 189 ---Public Function Generate a unique id. ##### Example ```ts const id = uniqueId() ``` ##### Parameters None ##### Returns ```ts string ```