Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HiDeoo/YaTA
/ functions
Functions
584 in github.com/HiDeoo/YaTA
⨍
Functions
584
◇
Types & classes
393
Method
constructor
* Creates a new highlight instance. * @class * @param pattern - The highlight pattern. * @param color - The highlight color.
src/libs/Highlight.ts:34
Method
constructor
* Creates a new notice. * @class * @param title - The notification title. * @param event - The associated event. * @param [message] - An a
src/libs/Notification.ts:201
Method
constructor
* Creates and parses a new chat message instance. * @class * @param message - The received message. * @param userstate - The associated user
src/libs/Message.ts:48
Method
constructor
* Creates a new instance of the class. * @class
src/libs/Sound.ts:37
Method
constructor
* Creates a new emotes provider. * @class * @param prefix - Provider prefix. * @param emotes - The additional emotes. * @param [urlTemplat
src/libs/EmotesProvider.ts:131
Method
constructor
* Creates a new instance of the class. * @class
src/libs/Resources.ts:48
Method
constructor
* Creates a new room state instance. * @class * @param state - The raw room state.
src/libs/RoomState.ts:24
Function
getActionsAllIds
(state: ApplicationState)
src/store/selectors/settings.ts:26
Function
getActionsById
(state: ApplicationState)
src/store/selectors/settings.ts:19
Function
getAppState
(state: ApplicationState)
src/store/selectors/app.ts:11
Function
getChatterState
(state: ApplicationState, id: string)
src/store/selectors/chatters.ts:19
Function
getChattersState
(state: ApplicationState)
src/store/selectors/chatters.ts:11
Method
getDerivedStateFromProps
* Lifecycle: getDerivedStateFromProps. * @param nextProps - The next props. * @param prevState - The previous state * @return An object to
src/components/SettingsHighlight.tsx:51
Method
getDerivedStateFromProps
* Lifecycle: getDerivedStateFromProps. * @param nextProps - The next props. * @return An object to update the state or `null` to update nothing
src/components/Input.tsx:146
Method
getDerivedStateFromProps
* Lifecycle: getDerivedStateFromProps. * @param nextProps - The next props. * @param prevState - The previous state * @return An object to
src/containers/StreamList.tsx:97
Function
getLogsAllIds
(state: ApplicationState)
src/store/selectors/logs.ts:28
Function
getLogsById
(state: ApplicationState)
src/store/selectors/logs.ts:21
Function
getLogsState
(state: ApplicationState)
src/store/selectors/logs.ts:14
Method
getProviderId
* Returns the preview provider id. * @return The provider id.
src/libs/PreviewStrawPoll.ts:19
Method
getProviderId
* Returns the preview provider id. * @return The provider id.
src/libs/PreviewGithub.ts:38
Method
getProviderId
* Returns the preview provider id. * @return The provider id.
src/libs/PreviewYoutube.ts:39
Method
getProviderId
* Returns the preview provider id. * @return The provider id.
src/libs/PreviewTwitch.ts:34
Function
getSettingsState
(state: ApplicationState)
src/store/selectors/settings.ts:12
Function
getUserState
(state: ApplicationState)
src/store/selectors/user.ts:11
Function
logsReducer
(state = initialState, action)
src/store/ducks/logs.ts:81
Method
manager
* Returns the manager instance. * @class
src/libs/Resources.ts:22
Function
markChatterAsBanned
(id: string)
src/store/ducks/chatters.ts:205
Function
markChatterAsBlocked
(id: string)
src/store/ducks/chatters.ts:185
Function
markChatterAsUnbanned
(userName: string)
src/store/ducks/chatters.ts:215
Function
markChatterAsUnblocked
(id: string)
src/store/ducks/chatters.ts:195
Function
moveAction
(id: string, down: boolean)
src/store/ducks/settings.ts:590
Function
notesReducer
(state = initialState, action)
src/store/ducks/notes.ts:24
Method
parse
* Parses an action text and replace placeholders. * @param action - The action to parse. * @param placeholders - Available placholders. * @
src/libs/Action.ts:64
Method
parse
* Parses a message for potential previews. * @param message - The message to parse. * @return The previews.
src/libs/PreviewStrawPoll.ts:28
Method
parse
* Parses a message for potential previews. * @param message - The message to parse. * @return The previews.
src/libs/PreviewGithub.ts:47
Method
parse
* Parses a message for potential previews. * @param message - The message to parse. * @return The previews.
src/libs/PreviewYoutube.ts:48
Method
parse
* Parses a message for potential previews. * @param message - The message to parse. * @return The previews.
src/libs/PreviewTwitch.ts:43
Function
pauseAutoScroll
(pause: boolean)
src/store/ducks/logs.ts:262
Function
purgeLog
(log: string)
src/store/ducks/logs.ts:246
Function
purgeLogs
(logs: string[])
src/store/ducks/logs.ts:236
Method
pushView
(view: IView<P>)
src/components/ViewStack.tsx:135
Function
removeAction
(id: string)
src/store/ducks/settings.ts:567
Function
removeHighlight
(id: string)
src/store/ducks/settings.ts:507
Function
removeHighlightsIgnoredUser
(username: string)
src/store/ducks/settings.ts:527
Function
removeHighlightsPermanentUser
(username: string)
src/store/ducks/settings.ts:547
Method
render
* Renders the component. * @return Element to render.
src/components/DropOverlay.tsx:207
Method
render
* Renders the component. * @return Element to render.
src/components/SettingsHighlightColorMenu.tsx:62
Method
render
* Renders the component. * @return Element to render.
src/components/ActionTypeMenuItem.tsx:14
Method
render
* Renders the component. * @return Element to render.
src/components/History.tsx:74
Method
render
* Renders the component. * @return Element to render.
src/components/PollEditor.tsx:140
Method
render
* Renders the component. * @return Element to render.
src/components/ChannelDetailsVideos.tsx:91
Method
render
* Renders the component. * @return Element to render.
src/components/MessageContent.tsx:88
Method
render
* Renders the component. * @return Element to render.
src/components/Whisper.tsx:58
Method
render
* Renders the component. * @return Element to render.
src/components/ChannelDetailsButton.tsx:37
Method
render
* Renders the component. * @return Element to render.
src/components/Chatters.tsx:114
Method
render
* Renders the component. * @return Element to render.
src/components/HeaderChannelState.tsx:80
Method
render
* Renders the component. * @return Element to render.
src/components/SettingsHighlight.tsx:69
Method
render
* Renders the component. * @return Element to render.
src/components/RejectedMessage.tsx:139
Method
render
* Renders the component. * @return Element to render.
src/components/Help.tsx:78
Method
render
* Renders the component. * @return Element to render.
src/components/NumericInput.tsx:43
Method
render
* Renders the component. * @return Element to render.
src/components/SettingsSoundControl.tsx:24
Method
render
* Renders the component. * @return Element to render.
src/components/HighlightColorMenuItem.tsx:27
Method
render
* Renders the component. * @return Element to render.
src/components/Notification.tsx:72
Method
render
* Renders the component. * @return Element to render.
src/components/Settings.tsx:128
Method
render
* Renders the component. * @return Element to render.
src/components/Message.tsx:206
Method
render
* Renders the component. * @return Element to render.
src/components/ExternalResource.tsx:108
Method
render
* Renders the component. * @return Element to render.
src/components/CommandsHelp.tsx:107
Method
render
* Renders the component. * @return Element to render.
src/components/EmotePickerProvider.tsx:42
Method
render
* Renders the component. * @return Element to render.
src/components/BroadcasterMenuItems.tsx:31
Method
render
* Renders the component. * @return Element to render.
src/components/ModerationMenuItems.tsx:21
Method
render
* Renders the component. * @return Element to render.
src/components/SettingsViewButton.tsx:85
Method
render
* Renders the component. * @return Element to render.
src/components/ComboPicker.tsx:80
Method
render
* Renders the component. * @return Element to render.
src/components/Stream.tsx:138
Method
render
* Renders the component. * @return Element to render.
src/components/Logs.tsx:68
Method
render
* Renders the component. * @return Element to render.
src/components/Input.tsx:249
Method
render
* Renders the component. * @return Element to render.
src/components/ChannelDetailsSchedule.tsx:101
Method
render
* Renders the component. * @return Element to render.
src/components/ChannelDetailsSchedule.tsx:163
Method
render
* Renders the component. * @return Element to render.
src/components/StreamOmnibar.tsx:49
Method
render
* Renders the component. * @return Element to render.
src/components/Header.tsx:135
Method
render
* Renders the component. * @return Element to render.
src/components/LogsExporterCheckbox.tsx:34
Method
render
* Renders the component. * @return Element to render.
src/components/ViewStack.tsx:39
Method
render
* Renders the component. * @return Element to render.
src/components/ReasonDialog.tsx:33
Method
render
* Renders the component. * @return Element to render.
src/components/Switch.tsx:38
Method
render
* Renders the component. * @return Element to render.
src/components/Preview.tsx:93
Method
render
* Renders the component. * @return Element to render.
src/components/LogsExporter.tsx:100
Method
render
* Renders the component. * @return Element to render.
src/components/ReplyReference.tsx:54
Method
render
* Renders the component. * @return Element to render.
src/components/View.tsx:15
Method
render
* Renders the component. * @return Element to render.
src/components/ChannelDetailsOverview.tsx:164
Method
render
* Renders the component. * @return Element to render.
src/components/Marker.tsx:40
Method
render
* Renders the component. * @return Element to render.
src/components/EmotePickerEmote.tsx:34
Method
render
* Renders the component. * @return Element to render.
src/components/SettingsAction.tsx:78
Method
render
* Renders the component. * @return Element to render.
src/components/Notice.tsx:36
Method
render
* Renders the component. * @return Element to render.
src/components/ActionMenuItem.tsx:16
Method
render
* Renders the component. * @return Element to render.
src/components/HeadlessMessage.tsx:61
Method
render
* Renders the component. * @return Element to render.
src/containers/StreamList.tsx:201
Method
render
* Renders the component. * @return Element to render.
src/containers/Channel.tsx:256
Method
render
* Renders the component. * @return Element to render.
src/containers/ErrorBoundary.tsx:75
Method
render
* Renders the component. * @return Element to render.
src/containers/SettingsChangelog.tsx:120
Method
render
* Renders the component. * @return Element to render.
src/containers/EmotePicker.tsx:152
Method
render
* Renders the component. * @return Element to render.
src/containers/SettingsGeneral.tsx:70
← previous
next →
401–500 of 584, ranked by callers