Adding arialive to text (#20242)

This commit is contained in:
Aasim Khan
2022-08-03 20:25:17 -07:00
committed by GitHub
parent baf52a55ff
commit d139559d98
5 changed files with 26 additions and 5 deletions

View File

@@ -1545,6 +1545,13 @@ declare module 'azdata' {
link: LinkArea;
}
export interface TextComponentProperties {
/**
* Corresponds to the aria-live accessibility attribute for this component
*/
ariaLive?: string;
}
export interface ContainerBuilder<TComponent extends Component, TLayout, TItemLayout, TPropertyBag extends ContainerProperties> extends ComponentBuilder<TComponent, TPropertyBag> {
/**
* Sets the initial set of properties for the container being created