@uplink-protocol/calendar-controller
Version:
Flexible calendar and time picker API supporting both calendar, date-picker, and time-picker integrations for any JavaScript framework or library
52 lines (26 loc) • 1.65 kB
Markdown
[**@uplink-protocol/form-controller v0.3.1**](../README.md)
***
[@uplink-protocol/form-controller](../globals.md) / TimeSegment
# Interface: TimeSegment
Defined in: [Time/interfaces/time.interfaces.ts:4](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L4)
TimeSegment - Interface for time segment objects (hours, minutes, seconds)
## Properties
### display
> **display**: `string`
Defined in: [Time/interfaces/time.interfaces.ts:6](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L6)
***
### isDisabled
> **isDisabled**: `boolean`
Defined in: [Time/interfaces/time.interfaces.ts:8](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L8)
***
### isFocused?
> `optional` **isFocused**: `boolean`
Defined in: [Time/interfaces/time.interfaces.ts:9](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L9)
***
### isSelected
> **isSelected**: `boolean`
Defined in: [Time/interfaces/time.interfaces.ts:7](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L7)
***
### value
> **value**: `number`
Defined in: [Time/interfaces/time.interfaces.ts:5](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L5)