XMLElement
@daydreamsai/core / XMLElement
Type Alias: XMLElement
XMLElement =
object
Defined in: packages/core/src/types.ts:494
Represents an XML element structure
Properties
children?
optionalchildren:string| (XMLElement|string)[]
Defined in: packages/core/src/types.ts:497
params?
optionalparams:Record<string,string>
Defined in: packages/core/src/types.ts:496
tag
tag:
string
Defined in: packages/core/src/types.ts:495