langchain.js
    Preparing search index...

    Interface representing the parameters for configuring the FigmaLoader. It includes optional properties for the access token, an array of node IDs, and the file key.

    interface FigmaLoaderParams {
        accessToken?: string;
        fileKey: string;
        nodeIds: string[];
    }

    Implemented by

    Index

    Properties

    accessToken?: string
    fileKey: string
    nodeIds: string[]