The confirm, yes and accept button that will fulfill as accepted.
A Frame representing the background of the Prompt.
A Frame | ScrollingFrame representing the container of the Prompt content.
The reject, no and decline button that will fulfill as declined.
A TextLabel which will act as the title/header for this Prompt.
Resolves a structure of UI that is the required structure for Promptifier functionality. This was designed to simplify the assignment when not chaining in roblox-ts.
The UIResolver required structure
Generated using TypeDoc
UIResolver
A utility class that allows you to patch any prompt designs into the Prompt class essentially mapping your custom elements into the expected structure.