mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Status.addStatus optional strHtml and atBegining
strHtml and atBegining are optional, this is also how its used in the documentation: http://msdn.microsoft.com/en-us/library/office/ff410028(v=office.14).aspx
This commit is contained in:
Vendored
+1
-1
@@ -7241,7 +7241,7 @@ declare module SP {
|
||||
}
|
||||
|
||||
export class Status {
|
||||
static addStatus(strTitle: string, strHtml: string, atBegining: boolean): string;
|
||||
static addStatus(strTitle: string, strHtml?: string, atBegining?: boolean): string;
|
||||
static appendStatus(sid: string, strTitle: string, strHtml: string): string;
|
||||
static updateStatus(sid: string, strHtml: string): void;
|
||||
static setStatusPriColor(sid: string, strColor: string): void;
|
||||
|
||||
Reference in New Issue
Block a user