@casual-simulation/aux-common
Version:
Common library for AUX projects
13 lines • 342 B
TypeScript
export interface TagUpdatedEvent {
/**
* The tag that was updated.
*/
tag: string;
/**
* The new tag value.
* This value is pre-calculated so any filters have been processed
* and any parsing has already been taken care of.
*/
calculatedValue: any;
}
//# sourceMappingURL=TagUpdatedEvent.d.ts.map