Acrobits IPC SDK
    Preparing search index...

    Type Alias SelectContactsOptions

    Options for the selectContacts method.

    type SelectContactsOptions = {
        currentContacts?: ContactItem[];
        filterToSelectedType: boolean;
        mode: "single" | "multi";
        resultTypes?: ContactType[];
    }
    Index

    Properties

    currentContacts?: ContactItem[]

    A list of currently selected contacts for multi-select mode.

    filterToSelectedType: boolean

    Whether to filter contacts to the selected type.

    mode: "single" | "multi"

    Whether to allow single or multi contact selection.

    resultTypes?: ContactType[]

    The types of contacts to return in the result.