Embedded analytics SDK API
    Preparing search index...

    Type Alias ActionResultForDelete

    Response from a single-row delete — the affected primary keys.

    type ActionResultForDelete = {
        "rows-deleted": readonly (
            null
            | string
            | number
            | false
            | true
            | object
        )[];
    }
    Index

    Properties

    Properties

    "rows-deleted": readonly (null | string | number | false | true | object)[]