[ readonly ] panelSizes

Class: SplitView.

Description:

Returns an array of current sizes of both child components as an array of objects {width:number, height:number}.

Type: Array.<{width:number, height:number}>