Type alias ElementFormData

ElementFormData: {
    [attribute: string]: AttributeValue | AttributeFileData | undefined;
}

Type declaration

Generated using TypeDoc