ElementSetFlags<ElementsT>: {
    [key in keyof ElementsT]?: boolean
}

Type Parameters