Skip to main content

ElementParseChildren

Callable

  • ElementParseChildren(children: readonly (string | Node | HTMLOptions<keyof HTMLElementTagNameMap>)[]): (string | Node)[]

  • Convert the list of passed HTML option children into a list of nodes and/or string


    Parameters

    • children: readonly (string | Node | HTMLOptions<keyof HTMLElementTagNameMap>)[]

    Returns (string | Node)[]