Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AccountableModel<T>

AccountableModel is a model with an Account, so that they are not accessible to the public.

Type parameters

Hierarchy

Index

Properties

account

account: Account

canDelete

canDelete: boolean

canWrite

canWrite: boolean

Methods

fetchObservable

  • fetchObservable(): any
  • Retrieves this object

    Returns any

set

  • set(a: any): any
  • Updates values of this object with parameter object values.

    Parameters

    • a: any

      The object that you want to copy values of.

    Returns any

toJSON

  • toJSON(): any
  • Parse this object to JSON format.

    Returns any

Generated using TypeDoc