ObjectSchema: { alias: string; computedProperties: Property[]; name: string; persistedProperties: Property[]; primaryKey: string; tableKey: TableKey; tableType: TableType; } Type declaration
alias: string
computedProperties: Property[]
name: string
persistedProperties: Property[]
primaryKey: string
Deprecated
Add
alias
to your opt-in list (underrecords/ObjectSchema/fields/
) to use this.