ISPO SDK
    Preparing search index...

    Interface CommunityEntityActionResult

    Markdown

    Desktop's trusted local adapter may return an Entity identifier here. The browser-hosted implementation preserves the result shape but substitutes a host-minted opaque action reference, so a browser never receives an Entity record identifier.

    interface CommunityEntityActionResult {
        createdAt: string;
        id: string;
        version: number;
    }
    Index
    createdAt: string
    id: string
    version: number