Class: Option

Option()

Option represents name-value pair, either directly configurable by the user or some system property.

Constructor

new Option()

Source:

Extends

Members

isSynced :boolean

Type:
  • boolean
Source:

name :string

Type:
  • string
Source:

utcDateModified :string

Type:
  • string
Source:

value :string

Type:
  • string
Source:

Methods

markAsDeleted(deleteIdopt)

Mark the entity as (soft) deleted. It will be completely erased later.
Parameters:
Name Type Attributes Default Description
deleteId <optional>
null
Overrides:
Source:

save() → {AbstractEntity}

Saves entity - executes SQL, but doesn't commit the transaction on its own
Overrides:
Source:
Returns:
Type
AbstractEntity