Type alias iButtonList

iButtonList: {
    [K: string]: buttonDescription;
}

List of buttons in the array allows using order function and change order of buttons that have got wrong order due to hierarchy

Type declaration