Atom: Add id to MarkerLayer

This commit is contained in:
Jan Pilzer
2018-03-04 18:23:29 -08:00
committed by GitHub
parent fbba9f55be
commit 3e552b76f6

View File

@@ -949,6 +949,9 @@ export interface Marker {
/** Experimental: A container for a related set of markers. */
export interface MarkerLayer {
/** The identifier for this MarkerLayer. */
id: string;
// Lifecycle
/** Create a copy of this layer with markers in the same state and locations. */
copy(): MarkerLayer;