@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface ESPCDFUserInterface

    interface ESPCDFUserInterface {
        _raw: any;
        customData?: Record<string, any>;
        identifier: string;
        operations: ESPCDFUserOperation;
        userInfo: ESPCDFUserInfo;
        setStoreCallbacks?(callbacks: GroupStoreCallbacks): void;
    }

    Implemented by

    Index

    Properties

    _raw: any
    customData?: Record<string, any>
    identifier: string
    userInfo: ESPCDFUserInfo

    Methods