/** * This file was auto-generated by Fern from our API Definition. */ import * as Webflow from "../../../../index"; /** * @example * { * localeId: "65427cf400e02b306eaa04a0", * nodes: [{ * nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad623", * text: "

The Hitchhiker's Guide to the Galaxy

" * }, { * nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad627", * text: "

Don't Panic!

Always know where your towel is.

" * }, { * nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad635", * choices: [{ * value: "choice-1", * text: "First choice" * }, { * value: "choice-2", * text: "Second choice" * }] * }, { * nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad642", * placeholder: "Enter something here..." * }, { * nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad671", * value: "Submit", * waitingText: "Submitting..." * }, { * nodeId: "a245c12d-995b-55ee-5ec7-aa36a6cad629", * propertyOverrides: [{ * propertyId: "7dd14c08-2e96-8d3d-2b19-b5c03642a0f0", * text: "

Time is an illusion

" * }, { * propertyId: "7dd14c08-2e96-8d3d-2b19-b5c03642a0f1", * text: "Life, the Universe and Everything" * }] * }] * } */ export interface ComponentDomWrite { /** * Unique identifier for a specific locale. Applicable, when using localization. */ localeId?: string; /** List of DOM Nodes with the new content that will be updated in each node. */ nodes: Webflow.ComponentDomWriteNodesItem[]; }