Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
794
const buttonPart = (button: ToastButton): string => {
795
return isCancel(button.role) ?
'button cancel'
:
'button'
;
796
};
Callers
1
renderButtons
Method · 0.85
Calls
1
isCancel
Function · 0.90
Tested by
no test coverage detected