BaseStructure - antilandjs/antiland.js GitHub Wiki
The base structure for all builder objects.
Properties
string
.id :The object ID.
Date | null • readonly
.createdAt :The date at which the object was created.
number | null • readonly
.createdTimestamp :The timestamp for when the object was created.
Date | null • readonly
.updatedAt :The date at which the object was last updated.
number | null • readonly
.updatedTimestamp :The timestamp for when the object was last updated.
Methods
Promise<this>
.fetch(force?) :Fetch this object.
Name | Type | Optional |
---|---|---|
force | boolean | Yes |