addButton
addButton is a common term used in user interface design and programming to refer to a button that initiates an action to add a new item. This item could be anything from a new entry in a database, a new file in a list, a new contact in an address book, or a new component in a graphical editor. The visual representation of an addButton is typically a button with a plus sign (+) icon, often accompanied by text such as "Add," "New," or "Create."
When a user clicks an addButton, the associated application or system triggers a predefined action. This usually