Skip to content

Commit

Permalink
#242 add beta flag to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Annoraaq committed Oct 22, 2023
1 parent 679bdef commit 733b61d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/IGridEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,8 @@ export interface IGridEngine {
/**
* Returns the current state of Grid Engine. This is useful for persiting or
* sharing the state.
*
* @beta
*/
getState(): GridEngineState;

Expand All @@ -650,6 +652,8 @@ export interface IGridEngine {
* you should call {@link GridEngineHeadless.create}/{@link GridEngine.create}
* or remove all characters via
* {@link GridEngineHeadless.removeAllCharacters}.
*
* @beta
*/
setState(state: GridEngineState): void;
}

0 comments on commit 733b61d

Please sign in to comment.