@thepalaceproject/circulation-admin
    Preparing search index...

    Interface JsonFieldProps

    interface JsonFieldProps {
        disabled?: boolean;
        onChange?: (value: any) => void;
        readOnly?: boolean;
        setting: SettingData;
        value?: any;
    }
    Index

    Properties

    disabled?: boolean
    onChange?: (value: any) => void
    readOnly?: boolean
    setting: SettingData
    value?: any