CCC Docs
    Preparing search index...

    Type Alias ClientCollectableSearchKeyLike

    Options for searching for cells.

    type ClientCollectableSearchKeyLike = {
        script: ScriptLike;
        scriptType: "lock" | "type";
        scriptSearchMode: "prefix" | "exact" | "partial";
        filter?: ClientCollectableSearchKeyFilterLike | null;
        withData?: boolean | null;
    }
    Index

    Properties

    script: ScriptLike

    The script to search for.

    scriptType: "lock" | "type"

    The type of the script.

    scriptSearchMode: "prefix" | "exact" | "partial"

    The search mode for the script.

    The filter to use when searching for cells.

    withData?: boolean | null

    Whether to include cell data in the response.