On this pageInterface: Syncer An object that can be force-evaluated. Calling sync ensures that the object's entire dependency DAG has been evaluated, returning the object's ID once complete. Methods​ id()​ id(): Promise<ID> Returns​ Promise<ID> sync()​ sync(): Promise<Syncer> Returns​ Promise<Syncer>