Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElemeFE/element-react
/ cancelButtonText
Method
cancelButtonText
src/message-box/MessageBox.jsx:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
cancelButtonText(): string {
46
return this.props.cancelButtonText || i18n.t(
'el.messagebox.cancel'
);
47
}
48
49
onChange(value: string): void {
50
this.setState({
Callers
1
render
Method · 0.95
Calls
1
t
Method · 0.80
Tested by
no test coverage detected