export const getActionBarIdFromActionMenuId = (actionMenuId: string) => { return `action-bar-${actionMenuId}`; };