@fluidframework/tree-agent-ses
v2.92.0
Published
SES integration helpers for @fluidframework/tree-agent
Readme
@fluidframework/tree-agent-ses
Secure edit execution helpers for the @fluidframework/tree-agent package backed by the SES runtime.
Installation
npm install @fluidframework/tree-agent-sesUsage
import { createSesEditExecutor } from "@fluidframework/tree-agent-ses";
const executeEdit = createSesEditExecutor();The returned callback can be provided as the executeEdit option when constructing a SharedTreeSemanticAgent from @fluidframework/tree-agent.
Licensing
This project is licensed under the MIT License.
