Skip to content

Latest commit

 

History

History

button

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Renaming Buttons

button is an optional key used for customizing buttons in path pickers. It allows you to rename the button associated with the picker component.

Button

{
    "gui": {
        "window_name": "Button sample",
        "command": "echo %-% %-%",
        "components": [
            {
                "type": "file",
                "label": "Some file",
                "button": "..."
            },
            {
                "type": "folder",
                "label": "Some folder",
                "button": "Open"
            }
        ]
    }
}