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

    Interface ESPCDFCreateHomeRequestParams

    Parameters for creating a home via user.createHome

    interface ESPCDFCreateHomeRequestParams {
        extraPayload?: Record<string, any>;
        name: string;
        nodeIds?: string[];
    }
    Index

    Properties

    extraPayload?: Record<string, any>

    Extra payload to include in the home creation request

    name: string

    Display name for the home; if omitted, a unique default name is used

    nodeIds?: string[]

    Node IDs to include in the home