Roblox API Reference

StudioWidgetsService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (8)

Type Member History
null ApplyFillInBox (StudioWidget target) 597
null ApplyHighlight (StudioWidget target, string? rowName) 597
null ApplyShadows () 597
null ApplySpotlight (StudioWidget target, string? rowName) 597
null AttachPluginGui (StudioWidget target, PluginGui gui, StudioAttachment attachment) 595
StudioWidget GetWidgetFromLabel (string label)
StudioWidget GetWidgetFromPluginGui (PluginGui gui) 598
null HideSpotlight ()
57 members inherited from Instance

Removed member index (1)

Type Member History
null ShowSpotlight (StudioWidget target, bool? sinkInput) 597

History

Members

ApplyFillInBox On DevHub

Name Type Default
target StudioWidget none

History

ApplyHighlight On DevHub

Name Type Default
target StudioWidget none
rowName string? none

History

ApplyShadows On DevHub

Name Type Default
No parameters.

History

ApplySpotlight On DevHub

Name Type Default
target StudioWidget none
rowName string? none

History

AttachPluginGui On DevHub

Name Type Default
target StudioWidget none
gui PluginGui none
attachment StudioAttachment none

History

GetWidgetFromLabel On DevHub

Name Type Default
label string none

GetWidgetFromPluginGui On DevHub

Name Type Default
gui PluginGui none

History

HideSpotlight On DevHub

Name Type Default
No parameters.

Removed members

ShowSpotlight

Name Type Default
target StudioWidget none
sinkInput bool? none

History

Relevant classes (3)