EditorState: {
    value: "initial";
} | {
    value: "loading";
} | {
    settings: EditorSettings;
    value: "loaded";
} | {
    error: string;
    value: "error";
}

Type declaration

  • value: "initial"

Type declaration

  • value: "loading"

Type declaration

Type declaration

  • error: string
  • value: "error"

Generated using TypeDoc