Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.02 KB

AnnotationDateTime.md

File metadata and controls

17 lines (12 loc) · 1.02 KB

AnnotationDateTime

Date annotation (null if annotation is not a date)

Properties

Name Type Required Description
| size | number | ❌ | Font size of the text in pt |
| font | model | ❌ |  |
| color | string | ❌ | Color of the text in hex format |
| autoFill | boolean | ❌ | Whether the date should be automatically filled |
| timezone | string | ❌ | Timezone of the date |
| timestamp | integer | ❌ | Unix timestamp of the date |
| format | model | ❌ | Format of the date time (DMY_NUMERIC_SLASH is day/month/year with slashes, MDY_NUMERIC_SLASH is month/day/year with slashes, YMD_NUMERIC_SLASH is year/month/day with slashes, DMY_NUMERIC_DASH_SHORT is day/month/year with dashes, DMY_NUMERIC_DASH is day/month/year with dashes, YMD_NUMERIC_DASH is year/month/day with dashes, MDY_TEXT_DASH_SHORT is month/day/year with dashes, MDY_TEXT_SPACE_SHORT is month/day/year with spaces, MDY_TEXT_SPACE is month/day/year with spaces) |