⚠️ Deprecated ⚠️

This feature is deprecated and will be removed in the future.

It is not recommended for use.

  • Import from "@langchain/community/document_loaders/web/figma" instead. This entrypoint will be removed in 0.3.0.

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 {
    fileKey: string;
    nodeIds: string[];
    accessToken?: string;
}

Implemented by

Properties

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

Generated using TypeDoc