Mercurial > hg > ugly-duckling
changeset 391:511fafd13873
Add HighlightLayer typings
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 01 Jun 2017 16:20:18 +0100 |
parents | 26ca17e67364 |
children | 7ef6c8089801 |
files | src/app/visualisations/waves-ui-piper.d.ts |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/app/visualisations/waves-ui-piper.d.ts Thu Jun 01 10:06:31 2017 +0100 +++ b/src/app/visualisations/waves-ui-piper.d.ts Thu Jun 01 16:20:18 2017 +0100 @@ -71,6 +71,10 @@ updateShapes(): void; } +interface HighlightLayer extends Layer { + currentPosition: number; +} + interface LayerConstructor { new(dataType: 'entity' | 'collection', data: ArrayLike<any> | Object,