Skip to content

Commit

Permalink
DeckProps property viewState can be map of view id strings to differe…
Browse files Browse the repository at this point in the history
…nt view states (danmarshall#216)
  • Loading branch information
ebbishop committed Oct 12, 2021
1 parent c916639 commit b11c4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deck.gl__core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2380,7 +2380,7 @@ declare module "@deck.gl/core/lib/deck" {
}) => boolean;
getCursor: (interactiveState: InteractiveState) => string;
views: View[];
viewState: ViewStateProps;
viewState: ViewStateProps | { [key: string]: ViewStateProps };
initialViewState: InitialViewStateProps;
controller: null | Controller | ControllerOptions | boolean;
effects: Effect[];
Expand Down

0 comments on commit b11c4eb

Please sign in to comment.