Constructors Propertiesloading loading : boolean = false
Methods_get State Identifier _getStateIdentifier () : any add add ( attr : string , item : any ) : this add All addAll ( attr : string , items : any [] ) : this add All Unique addAllUnique ( attr : string , items : any [] ) : this add Unique addUnique ( key : string , value : any ) : ParseMobx decrement decrement ( attr : string , amount ?: number ) : false | ParseMobx Parameters attr : string Optionalamount : number destroy destroy ( options ?: DestroyOptions ) : Promise < Object < Attributes > > Parameters Optionaloptions : DestroyOptions Returns Promise < Object < Attributes > > destroy Eventually destroyEventually ( options ?: DestroyOptions ) : Promise < Object < Attributes > > Parameters Optionaloptions : DestroyOptions Returns Promise < Object < Attributes > > dirty dirty ( attr ?: string ) : boolean equals equals < T extends Object < Attributes > > ( other : T ) : boolean Type Parameters T extends Object < Attributes > Returns boolean escape escape ( attr : string ) : string exists exists ( options ?: RequestOptions ) : Promise < boolean > Parameters Optionaloptions : RequestOptions Returns Promise < boolean > fetch fetch ( options ?: FetchOptions ) : Promise < ParseMobx > Parameters Optionaloptions : FetchOptions fetch From Local Datastore fetchFromLocalDatastore () : Promise < Object < Attributes > > Returns Promise < Object < Attributes > > fetch With Include fetchWithInclude < K extends string > ( keys : K | (
K | K [] )
[] , options ?: RequestOptions , ) : Promise < ParseMobx > Parameters keys : K | (K | K [] )[] Optionaloptions : RequestOptions getACL getACL () : undefined | ACL has has ( attr : string ) : boolean increment increment ( attr : string , amount ?: number ) : false | ParseMobx Parameters attr : string Optionalamount : number is Data Available isDataAvailable () : boolean is Pinned isPinned () : Promise < boolean > pin With Name pinWithName ( name : string ) : Promise < void > relation relation < R extends Object < Attributes > , K extends string = string > ( attr : K , ) : Relation < any , R > Type Parameters R extends Object < Attributes > K extends string = string Returns Relation < any , R > remove All removeAll ( attr : string , items : any [] ) : ParseMobx revert revert ( ... keys : string [] ) : void save save ( options ?: SaveOptions ) : Promise < ParseMobx > Parameters Optionaloptions : SaveOptions save Eventually saveEventually ( options ?: SaveOptions ) : Promise < ParseMobx > Parameters Optionaloptions : SaveOptions set set ( key : string , value : any , options ?: SetOptions ) : this Parameters key : string value : any Optionaloptions : SetOptions Returns this setACL setACL ( acl : ACL , options ?: SuccessFailureOptions ) : false | ParseMobx Parameters acl : ACL Optionaloptions : SuccessFailureOptions toJSON toJSON () : ToJSON < Attributes > & JSONBaseAttributes Returns ToJSON < Attributes > & JSONBaseAttributes to Offline Pointer toOfflinePointer () : Pointer un Pin With Name unPinWithName ( name : string ) : Promise < void > unset unset ( attr : string , options ?: any ) : this Parameters attr : string Optionaloptions : any Returns this validate validate ( attrs : Attributes , options ?: SuccessFailureOptions ) : false | Error Parameters attrs : Attributes Optionaloptions : SuccessFailureOptions Returns false | Error
Parse Mobx Class