Embedded analytics SDK API
    Preparing search index...

    Type Alias ActionResultForSql

    Response from a custom SQL action — the affected row count.

    type ActionResultForSql = {
        "rows-affected": number;
    }
    Index

    Properties

    Properties

    "rows-affected": number