mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add loading text properties for option sources (#13743)
* Add loading text to deployment radio options * Fix loading race condition * Update text
This commit is contained in:
@@ -244,6 +244,8 @@ export type ComponentCSSStyles = {
|
||||
|
||||
export interface IOptionsSource {
|
||||
provider?: IOptionsSourceProvider
|
||||
loadingText?: string,
|
||||
loadingCompletedText?: string,
|
||||
readonly variableNames?: { [index: string]: string; };
|
||||
readonly providerId: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user