UNPKG

asajs

Version:

Make your Minecraft JsonUI with ScriptingAPI

7 lines (6 loc) 433 B
import { UIChildNameCallback } from "../types/components/NameCallback"; import { Properties } from "../types/objects/properties/Properties"; import { UI } from "./UI"; type setNameCallback = (index: number) => string; export declare function AddCollectionChild(parent: UI, child: UI, collectionLength: number, startIndex?: number, properties?: Properties, setName?: setNameCallback, callback?: UIChildNameCallback): void; export {};