File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ title: calculateGhostPreviewStyle
99function calculateGhostPreviewStyle(options ): PositionStyle | null ;
1010```
1111
12- Defined in: [ calendar/getResizeProps.ts:379 ] ( https://github.com/TanStack/time/blob/main/packages/time/src/calendar/getResizeProps.ts#L379 )
12+ Defined in: [ calendar/getResizeProps.ts:381 ] ( https://github.com/TanStack/time/blob/main/packages/time/src/calendar/getResizeProps.ts#L381 )
1313
1414Calculates the ghost preview style for a day that doesn't have an existing segment
1515
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function getEventProps(
3131};
3232```
3333
34- Defined in: [ calendar/getEventProps.ts:60 ] ( https://github.com/TanStack/time/blob/main/packages/time/src/calendar/getEventProps.ts#L60 )
34+ Defined in: [ calendar/getEventProps.ts:59 ] ( https://github.com/TanStack/time/blob/main/packages/time/src/calendar/getEventProps.ts#L59 )
3535
3636## Parameters
3737
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ title: GhostPreviewOptions
55
66# Interface: GhostPreviewOptions
77
8- Defined in: [ calendar/getResizeProps.ts:367 ] ( https://github.com/TanStack/time/blob/main/packages/time/src/calendar/getResizeProps.ts#L367 )
8+ Defined in: [ calendar/getResizeProps.ts:369 ] ( https://github.com/TanStack/time/blob/main/packages/time/src/calendar/getResizeProps.ts#L369 )
99
1010## Properties
1111
@@ -15,7 +15,7 @@ Defined in: [calendar/getResizeProps.ts:367](https://github.com/TanStack/time/bl
1515dayDate : string ;
1616```
1717
18- Defined in: [ calendar/getResizeProps.ts:369 ] ( https://github.com/TanStack/time/blob/main/packages/time/src/calendar/getResizeProps.ts#L369 )
18+ Defined in: [ calendar/getResizeProps.ts:371 ] ( https://github.com/TanStack/time/blob/main/packages/time/src/calendar/getResizeProps.ts#L371 )
1919
2020The date string of the day being rendered (YYYY-MM-DD)
2121
@@ -27,7 +27,7 @@ The date string of the day being rendered (YYYY-MM-DD)
2727previewEnd : string ;
2828```
2929
30- Defined in: [ calendar/getResizeProps.ts:373 ] ( https://github.com/TanStack/time/blob/main/packages/time/src/calendar/getResizeProps.ts#L373 )
30+ Defined in: [ calendar/getResizeProps.ts:375 ] ( https://github.com/TanStack/time/blob/main/packages/time/src/calendar/getResizeProps.ts#L375 )
3131
3232The preview end during resize
3333
@@ -39,6 +39,6 @@ The preview end during resize
3939previewStart : string ;
4040```
4141
42- Defined in: [ calendar/getResizeProps.ts:371 ] ( https://github.com/TanStack/time/blob/main/packages/time/src/calendar/getResizeProps.ts#L371 )
42+ Defined in: [ calendar/getResizeProps.ts:373 ] ( https://github.com/TanStack/time/blob/main/packages/time/src/calendar/getResizeProps.ts#L373 )
4343
4444The preview start during resize
You can’t perform that action at this time.
0 commit comments