mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
Update required icon for labels for dynamic enablement (#13515)
This commit is contained in:
@@ -1326,6 +1326,13 @@ class TextComponentWrapper extends ComponentWrapper implements azdata.TextCompon
|
||||
public set title(title: string) {
|
||||
this.setProperty('title', title);
|
||||
}
|
||||
|
||||
public get requiredIndicator(): boolean {
|
||||
return this.properties['requiredIndicator'];
|
||||
}
|
||||
public set requiredIndicator(requiredIndicator: boolean) {
|
||||
this.setProperty('requiredIndicator', requiredIndicator);
|
||||
}
|
||||
}
|
||||
|
||||
class ImageComponentWrapper extends ComponentWithIconWrapper implements azdata.ImageComponentProperties {
|
||||
|
||||
Reference in New Issue
Block a user