LeviLamina
Loading...
Searching...
No Matches
FormJsonValidator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/common/JsonValidator.h"
7
9public:
10 // static functions
11 // NOLINTBEGIN
12 MCAPI static ::JsonValidator::Property getContentItemProperty(
13 ::JsonValidator::Property const& labelType,
14 ::JsonValidator::Property const& toggleType,
15 ::JsonValidator::Property const& sliderType,
16 ::JsonValidator::Property const& stepSliderType,
17 ::JsonValidator::Property const& dropdownType,
18 ::JsonValidator::Property const& textInputType
19 );
20
21 MCAPI static ::JsonValidator::Property getControlLockedProperty();
22
23 MCAPI static ::JsonValidator::Property getDropdownProperty(bool requiresDefault);
24
25 MCAPI static ::JsonValidator::Property getSliderProperty(bool requiresDefault);
26
27 MCAPI static ::JsonValidator::Property getStepSliderProperty(bool requiresDefault);
28
29 MCAPI static ::JsonValidator::Property getStringOrObjectProperty();
30
31 MCAPI static ::JsonValidator::Property getTextInputProperty(bool requiresDefault);
32
33 MCAPI static ::JsonValidator::Property getToggleProperty(bool requiresDefault);
34 // NOLINTEND
35};
Definition FormJsonValidator.h:8
Definition JsonValidator.h:18