init()
method initializes the Extension, establishes a handshake with the Replit App, and adds an event listener to the window object. It takes as an argument an object containing optional parameters for the initialization process. It returns a function that removes the event listener added to the window object.
Usage
Signature
Types
HandshakeStatus
An enumerated set of values for the Handshake between the workspace and an extensionProperty | Type |
---|
ReplitInitArgs
The Replit init() function argumentsProperty | Type |
---|---|
timeout? | number |
ReplitInitOutput
The output of the Replit init() functionProperty | Type |
---|---|
dispose | Function |
status | HandshakeStatus |