Updated getSelectionStyles for options start and end index

This commit is contained in:
Bryan Krol
2019-02-21 14:27:27 -05:00
parent a66262fee1
commit a7f1c533bd
+1 -1
View File
@@ -3899,7 +3899,7 @@ export class Text extends Object {
* @param {Boolean} [complete] get full style or not
* @return {Array} styles an array with one, zero or more Style objects
*/
getSelectionStyles(startIndex: number, endIndex: number, complete?: boolean): any[];
getSelectionStyles(startIndex?: number, endIndex?: number, complete?: boolean): any[];
/**
* Returns styles-string for svg-export
* @param {Boolean} skipShadow a boolean to skip shadow filter output