Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ setStyle
Method
setStyle
components/runtime/src/ts/discord/components.ts:140–143 ·
view source on GitHub ↗
(style: ButtonStyle)
Source
from the content-addressed store, hash-verified
138
};
139
140
setStyle(style: ButtonStyle) {
141
this.style = style;
142
return
this;
143
}
144
}
145
146
export
abstract
class
BaseSelectMenu extends BaseComponent implements ISelectMenu {
Callers
1
components.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected