Properties for React JSON schema form's container template (array and object).

interface ILabCustomizerProps {
    buttonStyle?: "text" | "icons";
    compact?: boolean;
    showModifiedFromDefault?: boolean;
    translator?: ITranslator;
}

Hierarchy (view full)

Properties

buttonStyle?: "text" | "icons"

Button style.

compact?: boolean

Whether the container is in compact mode or not. In compact mode the title and description are displayed more compactness.

showModifiedFromDefault?: boolean

Whether to display if the current value is not the default one.

translator?: ITranslator

Translator for button text.