MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / buttonPart

Function buttonPart

core/src/components/toast/toast.tsx:794–796  ·  view source on GitHub ↗
(button: ToastButton)

Source from the content-addressed store, hash-verified

792};
793
794const buttonPart = (button: ToastButton): string => {
795 return isCancel(button.role) ? 'button cancel' : 'button';
796};

Callers 1

renderButtonsMethod · 0.85

Calls 1

isCancelFunction · 0.90

Tested by

no test coverage detected