ProjectButtonParameters
interface ProjectButtonParameters{
label: TranslationText;
tooltip: TranslationText;
icon: IconResourceId;
onclick: (n: number) => void;
shortcut: ButtonShortcut;
}
Properties
Description
This interface defines the properties required when creating a new button in the project interface.