webshell
webshell copied to clipboard
Unused interface definition in HandleLinkPressFeature.ts example
In the HandleLinkPressFeature.ts example for building a Feature Class, the LinkPressOptions interface is defined but never used.
export interface LinkPressOptions {
preventDefault?: boolean;
}