Updated property specs
@@ -90,31 +90,7 @@ Description of the property
|
||||
property.description as string;
|
||||
```
|
||||
|
||||
### _min_
|
||||
|
||||
The minimal value of the property
|
||||
|
||||
```typescript
|
||||
property.min as number;
|
||||
```
|
||||
|
||||
### _max_
|
||||
|
||||
The maximal value of the property
|
||||
|
||||
```typescript
|
||||
property.max as number;
|
||||
```
|
||||
|
||||
### _title_
|
||||
|
||||
Title of the property
|
||||
|
||||
```typescript
|
||||
property.title as string;
|
||||
```
|
||||
|
||||
### _step_
|
||||
### _step?_
|
||||
|
||||
Step size of the property
|
||||
|
||||
@@ -122,7 +98,23 @@ Step size of the property
|
||||
property.step as number;
|
||||
```
|
||||
|
||||
### _allowedValues_
|
||||
### _min?_
|
||||
|
||||
The minimal value of the property
|
||||
|
||||
```typescript
|
||||
property.min as number;
|
||||
```
|
||||
|
||||
### _max?_
|
||||
|
||||
The maximal value of the property
|
||||
|
||||
```typescript
|
||||
property.max as number;
|
||||
```
|
||||
|
||||
### _allowedValues?_
|
||||
|
||||
Title of the property
|
||||
|
||||
@@ -130,7 +122,7 @@ Title of the property
|
||||
property.allowedValues as { id: string; name: string };
|
||||
```
|
||||
|
||||
### _allowedTypes_
|
||||
### _allowedTypes?_
|
||||
|
||||
Title of the property
|
||||
|
||||
|
||||
@@ -122,31 +122,7 @@ Description of the property
|
||||
property.description as string;
|
||||
```
|
||||
|
||||
### _min_
|
||||
|
||||
The minimal value of the property
|
||||
|
||||
```typescript
|
||||
property.min as number;
|
||||
```
|
||||
|
||||
### _max_
|
||||
|
||||
The maximal value of the property
|
||||
|
||||
```typescript
|
||||
property.max as number;
|
||||
```
|
||||
|
||||
### _title_
|
||||
|
||||
Title of the property
|
||||
|
||||
```typescript
|
||||
property.title as string;
|
||||
```
|
||||
|
||||
### _step_
|
||||
### _step?_
|
||||
|
||||
Step size of the property
|
||||
|
||||
@@ -154,7 +130,23 @@ Step size of the property
|
||||
property.step as number;
|
||||
```
|
||||
|
||||
### _allowedValues_
|
||||
### _min?_
|
||||
|
||||
The minimal value of the property
|
||||
|
||||
```typescript
|
||||
property.min as number;
|
||||
```
|
||||
|
||||
### _max?_
|
||||
|
||||
The maximal value of the property
|
||||
|
||||
```typescript
|
||||
property.max as number;
|
||||
```
|
||||
|
||||
### _allowedValues?_
|
||||
|
||||
Title of the property
|
||||
|
||||
@@ -162,7 +154,7 @@ Title of the property
|
||||
property.allowedValues as { id: string; name: string };
|
||||
```
|
||||
|
||||
### _allowedTypes_
|
||||
### _allowedTypes?_
|
||||
|
||||
Title of the property
|
||||
|
||||
|
||||
Reference in New Issue
Block a user