Skip to content

Documentation / imgui / ImGui / SetDragDropPayload

Function: SetDragDropPayload()

SetDragDropPayload<T>(type, data, cond?): boolean

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

Type Parameters

T

T

Parameters

type

string

data

T

cond?

ImGuiCond = 0

Returns

boolean

Released under the MIT License.