Search
createFrameNode
createFrameNode
Create a new node on the canvas.
framer.createFrameNode(attributes: Partial<EditableFrameNodeAttributes>, parentId?: string): Promise<FrameNode | null
Parameters
attributes:Partial<EditableFrameNodeAttributes>parentId:string(optional)
Returns
Promise<FrameNode | null>