Skip to content

Commit

Permalink
nest UpdateControlAnchorTitleOptions properties implementation:
Browse files Browse the repository at this point in the history
- map.control.anchor
- map.fullscreen
  • Loading branch information
Stassi committed Nov 22, 2024
1 parent 130c304 commit 159e083
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/leaf/map/fullscreen/control/anchor/update-title.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ export type UpdateControlAnchorTitleAnchorOptions = {
}

export type UpdateControlAnchorTitleOptions = {
anchor: UpdateControlAnchorTitleAnchorOptions
fullscreen: { state: { get: SwitchGet } }
map: {
control: { anchor: UpdateControlAnchorTitleAnchorOptions }
fullscreen: { state: { get: SwitchGet } }
}
}

export function updateControlAnchorTitle({
Expand Down

0 comments on commit 159e083

Please sign in to comment.