modal
Enumerations
- StatType
- BasicValueType
- SymbolAlign
- DateFormat
- TimeFormat
- Conversion
- WidgetType
- WidgetMountType
- InstallPosition
- RuntimeEnv
- RollUpFuncType
- CollectType
- DatasheetOperationPermission
Interfaces
- IFieldMap
- IDateTimeFieldProperty
- IEffectOption
- ICell
- ICloudStorageObject
- IWidgetDashboardState
- IExpandRecordProps
- IWidgetConfig
- IWidgetContext
- ICurrencyFormat
- IPercentFormat
- INumberFormat
- IDateTimeFormat
- IFieldQuery
- IRecordQuery
- IUpdatePropertyError
- IExpandRecord
- IMetaType
- IInsertPosition
- IPropertyInView
Type aliases
IField
Ƭ IField: INotSupportField
| IDeniedField
| IAttacheField
| IDateTimeField
| ITextField
| INumberField
| IMultiSelectField
| ISingleSelectField
| ILinkField
| IOneWayLinkField
| IURLField
| IEmailField
| IPhoneField
| ICheckboxField
| IRatingField
| IMemberField
| ILookUpField
| IFormulaField
| ICurrencyField
| IPercentField
| ISingleTextField
| IAutoNumberField
| ICreatedTimeField
| ILastModifiedTimeField
| ICreatedByField
| ILastModifiedByField
| ICascaderField
| IButtonField
| IWorkDocField
ICloudStorageArray
Ƭ ICloudStorageArray: ReadonlyArray
<ICloudStorageValue
>
Plain Array
ICloudStorageValue
Ƭ ICloudStorageValue: null
| boolean
| number
| string
| ICloudStorageArray
| ICloudStorageObject
The types of value that can be stored in CloudStorage.
ICloudStorageData
Ƭ ICloudStorageData: Record
<string
, ICloudStorageValue
> | null
ICalcCache
Ƭ ICalcCache: Object
Index signature
▪ [datasheetId: string
]: { [viewId: string]: { cache
: IViewRow
[] ; expire?
: boolean
}; }
IFormatType
Ƭ IFormatType: { type
: "currency"
| "number"
| "datetime"
| "percent"
; formatting
: INumberFormat
| ICurrencyFormat
| IPercentFormat
| IDateTimeFormat
} | null
INumberBaseFormatType
Ƭ INumberBaseFormatType: INumberFormat
| ICurrencyFormat
| IPercentFormat
IPermissionResult
Ƭ IPermissionResult: { acceptable
: true
} | { acceptable
: false
; message
: string
}