mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-08 03:00:02 +00:00
Atom: Add id to MarkerLayer
This commit is contained in:
3
types/atom/index.d.ts
vendored
3
types/atom/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user