Updated property specs

2025-08-28 23:18:53 +02:00
parent 18924c0df3
commit 8cc68635e9
2 changed files with 38 additions and 54 deletions

@@ -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