--- title: getIncrementedName status: published category: editor group: Function author: api date: 06/23/2023 order: 44 ---Public Function Get an incremented name (e.g. New page (2)) from a name (e.g. New page), based on an array of existing names. ##### Parameters `name` ```ts string ``` The name to increment. `others` ```ts string[] ``` The array of existing names. ##### Returns ```ts string ```