Preparing search index...
    interface EditableValuesListProps {
        elements: EditableValuesListElement[];
        extraItems: Element;
        onOrderChange?: (id: string, moveUp: boolean) => void;
        onRemove: (itemId: string) => void;
        showOrderControls: boolean;
    }
    Index

    Properties

    extraItems: Element
    onOrderChange?: (id: string, moveUp: boolean) => void
    onRemove: (itemId: string) => void
    showOrderControls: boolean