Properties of the button to drop an item.

interface IDropButtonProps {
    buttonStyle?: "text" | "icons";
    item: ArrayFieldTemplateItemType<any, RJSFSchema, any>;
    translator?: ITranslator;
}

Hierarchy (view full)

Properties

buttonStyle?: "text" | "icons"

Button style.

item: ArrayFieldTemplateItemType<any, RJSFSchema, any>

Item index to drop with this button.

translator?: ITranslator

Translator for button text.