Applies the attribute operations.
Optional
success: (() => void)Success callback.
Optional
error: ((err: string) => void)Error callback.
Removes an attribute.
The attribute editor instance.
The name of the attribute to remove.
Removes a JSON attribute.
The attribute editor instance.
The name of the attribute to remove.
The instance ID.
Adds an attribute.
The attribute editor instance.
The attribute name.
The attribute value.
Adds a JSON attribute.
The attribute editor instance.
The attribute name.
The instance ID.
The json value. Must not contain exp
as top level key.
Optional
expiration: DateGenerated using TypeDoc
Editor for attributes.