StudioWidgetsService
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 7
Removed member index 2
History | Member | |
---|---|---|
655 | AttachPluginGui(target: StudioWidget, gui: PluginGui, attachment: StudioAttachment): null | |
597 | ShowSpotlight(target: StudioWidget, sinkInput: bool?): null |
Description
History 13
- 655 Remove AttachPluginGui
- 598 Add GetWidgetFromPluginGui
- 597 Remove ShowSpotlight
- 597 Add ApplySpotlight
- 597 Add ApplyShadows
- 597 Add ApplyHighlight
- 597 Add ApplyFillInBox
- 595 Change Parameters of AttachPluginGui from (target: StudioWidget, gui: PluginGui) to (target: StudioWidget, gui: PluginGui, attachment: StudioAttachment)
- 594 Add ShowSpotlight
- 594 Add HideSpotlight
- 594 Add GetWidgetFromLabel
- 594 Add AttachPluginGui
- 594 Add StudioWidgetsService
Members 7
ApplyFillInBox
Parameters (1) | ||
---|---|---|
target | StudioWidget | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 597 Add ApplyFillInBox
ApplyHighlight
Parameters (2) | ||
---|---|---|
target | StudioWidget | |
rowName | string? | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 597 Add ApplyHighlight
ApplyShadows
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 597 Add ApplyShadows
ApplySpotlight
Parameters (2) | ||
---|---|---|
target | StudioWidget | |
rowName | string? | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 597 Add ApplySpotlight
GetWidgetFromLabel
Parameters (1) | ||
---|---|---|
label | string | |
Returns (1) | ||
StudioWidget |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetWidgetFromPluginGui
Parameters (1) | ||
---|---|---|
gui | PluginGui | |
Returns (1) | ||
StudioWidget |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
HideSpotlight
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 594 Add HideSpotlight
Removed members 2
AttachPluginGui
Parameters (3) | ||
---|---|---|
target | StudioWidget | |
gui | PluginGui | |
attachment | StudioAttachment | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 655 Remove AttachPluginGui
- 595 Change Parameters of AttachPluginGui from (target: StudioWidget, gui: PluginGui) to (target: StudioWidget, gui: PluginGui, attachment: StudioAttachment)
- 594 Add AttachPluginGui
ShowSpotlight
Parameters (2) | ||
---|---|---|
target | StudioWidget | |
sinkInput | bool? | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 597 Remove ShowSpotlight
- 594 Add ShowSpotlight