@dolittle/sdk.projections
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
13 lines • 535 B
TypeScript
import { PropertyNameKeySelector } from './PropertyNameKeySelector';
/**
* Represents an event property key selector.
*/
export declare class EventPropertyKeySelector {
readonly propertyName: PropertyNameKeySelector;
/**
* Initializes a new instance of {@link PropertyNameKeySelector}.
* @param {PropertyNameKeySelector | string} propertyName - The property on the event to use as key.
*/
constructor(propertyName: PropertyNameKeySelector | string);
}
//# sourceMappingURL=EventPropertyKeySelector.d.ts.map