Skip to content

Documentation / imgui / ImGui / CollapsingHeader

Function: CollapsingHeader()

Call Signature

CollapsingHeader(label, flags?): boolean

Defined in: libs/imgui/src/imgui.ts:6164

Parameters

label

string

flags?

ImGuiTreeNodeFlags

Returns

boolean

Call Signature

CollapsingHeader(label, p_open, flags?): boolean

Defined in: libs/imgui/src/imgui.ts:6165

Parameters

label

string

p_open

ImScalar<boolean> | ImAccess<boolean>

flags?

ImGuiTreeNodeFlags

Returns

boolean

Released under the MIT License.