ISPO SDK
    Preparing search index...

    Interface FsExternalWriteTextArgs

    Markdown
    interface FsExternalWriteTextArgs {
        content: string;
        expectedSha256: string | null;
        path: string;
        slotId: string;
    }

    Hierarchy

    Index
    content: string
    expectedSha256: string | null

    SHA-256 returned by the last save, or null when creating a new file.

    path: string

    Slot-relative file path.

    slotId: string