API Reference > imodeljs-frontend > LocatingElements > TentativePoint TentativePoint Class Methods Name Description clear(doErase: boolean): void decorate(context: DecorateContext): void getCurrSnap(): SnapDetail | undefined getHitAndList(holder: HitListHolder): SnapDetail | undefined getPoint(): Point3d onButtonEvent(ev: BeButtonEvent): void onInitialized(): void process(ev: BeButtonEvent): void removeTentative(): void setCurrSnap(newSnap?: SnapDetail): void setHitList(list?: HitList<HitDetail>): void setPoint(point: Point3d): void showTentative(): void Properties Name Type Description currSnap undefined | SnapDetail isActive boolean isSnapped Accessor ReadOnly boolean tpHits undefined | HitList<HitDetail> viewport undefined | ScreenViewport Defined in core/frontend/src/TentativePoint.ts Line 20 Last Updated: 13 June, 2024