ObjectSchema: {
    alias: string;
    computedProperties: Property[];
    name: string;
    persistedProperties: Property[];
    primaryKey: string;
    tableKey: TableKey;
    tableType: TableType;
}

Type declaration

  • alias: string

    Deprecated

    Add alias to your opt-in list (under records/ObjectSchema/fields/) to use this.

  • computedProperties: Property[]
  • name: string
  • persistedProperties: Property[]
  • primaryKey: string
  • tableKey: TableKey
  • tableType: TableType

    Default

    TopLevel
    

Generated using TypeDoc