Open dlee opened 1 month ago
In the HandleLinkPressFeature.ts example for building a Feature Class, the LinkPressOptions interface is defined but never used.
LinkPressOptions
export interface LinkPressOptions { preventDefault?: boolean; }
In the HandleLinkPressFeature.ts example for building a Feature Class, the
LinkPressOptions
interface is defined but never used.