export const getResourceElementCss = (resourceId: string, suffix: string) => `${resourceId}-${suffix}` export const getActionElementCss = (resourceId: string, actionName: string, suffix: string) => `${resourceId}-${actionName}-${suffix}`