Interface StatePropsOfMasterItem

interface StatePropsOfMasterItem {
    childLabel: string;
    enabled: boolean;
    index: number;
    path: string;
    schema: JsonSchema;
    selected: boolean;
    translations: ArrayTranslations;
    handleSelect(index): (() => void);
    removeItem(path, value): (() => void);
}

Hierarchy (view full)

Properties

childLabel: string
enabled: boolean
index: number
path: string
schema: JsonSchema
selected: boolean
translations: ArrayTranslations

Methods

Generated using TypeDoc