Home > borogove > ProfileBuilder
ProfileBuilder class
Signature:
export class borogove_ProfileBuilder
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(profile) |
Constructs a new instance of the borogove_ProfileBuilder class
|
Methods
| Method | Modifiers | Description |
|---|---|---|
| add(k, v) | Add a new field to this profile | |
| build() | ||
| move(id, moveTo) | Move a profile item | |
| remove(id) | Remove a field from this profile | |
| set(id, v) | Set the value of an existing field on this profile |