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

    Indexable

    • [key: string]: any
    Index

    Constructors

    Accessors

    currentHomeId: string | null
    groupsByIDMap: ESPCDFGroupsByIDMap
    issuedGroupSharingRequestsByIDMap: ESPCDFGroupSharingRequestsByIDMap
    receivedGroupSharingRequestsByIDMap: ESPCDFGroupSharingRequestsByIDMap
    sdkAdaptorGroupsPaginationMap: ESPSDKAdaptorGroupsPaginationMap
    sdkAdaptorIssuedGroupSharingRequestsPaginationMap: ESPSDKAdaptorGroupSharingRequestsPaginationMap
    sdkAdaptorReceivedGroupSharingRequestsPaginationMap: ESPSDKAdaptorGroupSharingRequestsPaginationMap

    Methods

    • Dynamically adds an observable property to the store.

      Parameters

      • propertyName: string

        The name of the property to add.

      • initialValue: any

        The initial value of the property.

      Returns void

    • Removes a node from all groups' nodes arrays Called when a node is deleted from nodeStore to maintain consistency

      Parameters

      • nodeId: string

        The ID of the node to remove from groups

      Returns void

    • Keeps only valid homes in the store (used after first page and each next page in home sync).

      Returns void