mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
Adding arialive to text (#20242)
This commit is contained in:
@@ -1390,6 +1390,14 @@ class TextComponentWrapper extends ComponentWrapper implements azdata.TextCompon
|
||||
public set textType(type: azdata.TextType | undefined) {
|
||||
this.setProperty('textType', type);
|
||||
}
|
||||
|
||||
public get ariaLive(): string | undefined {
|
||||
return this.properties['ariaLive'];
|
||||
}
|
||||
|
||||
public set ariaLive(ariaLive: string | undefined) {
|
||||
this.setProperty('ariaLive', ariaLive);
|
||||
}
|
||||
}
|
||||
|
||||
class ImageComponentWrapper extends ComponentWithIconWrapper implements azdata.ImageComponentProperties {
|
||||
|
||||
Reference in New Issue
Block a user