cupertino-files / NumberAttachmentInfo
Interface: NumberAttachmentInfo
Defined in: src/tswp/fields.ts:344
What a number attachment renders, read back.
Properties
cachedValue
cachedValue:
string|undefined
Defined in: src/tswp/fields.ts:354
The value the app last rendered, when it cached one. A stale copy after any edit, since it comes from pagination.
formatCode
formatCode:
number|undefined
Defined in: src/tswp/fields.ts:348
formatName
formatName:
string|undefined
Defined in: src/tswp/fields.ts:349
isPageCount
isPageCount:
boolean
Defined in: src/tswp/fields.ts:347
True for a page count rather than a page number.
kind
kind:
number
Defined in: src/tswp/fields.ts:345