Skip to content

Commit b02ff53

Browse files
committed
docs(types): document onConfigChanged service callback
1 parent c5c368e commit b02ff53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

noctalia.d.luau

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ declare panel: {
248248
-- function onFrameTick(deltaMs) end -- continuous animation (setNeedsFrameTick)
249249
-- function onAudioSpectrum(valuesCsv, stateCsv) end -- audio-reactive bar widget
250250
-- function onOpen(context) / onClose() end -- panel lifecycle
251+
-- function onConfigChanged() end -- service: plugin settings changed; getConfig() now returns new values
251252
--
252253
-- These are intentionally NOT declared here: declaring them as globals makes
253254
-- luau-lsp treat your definition as overwriting a built-in.

0 commit comments

Comments
 (0)