-
- {this.renderLocationInput(Location.top)}
-
-
- {this.renderLocationInput(Location.left)}
-
-
- {"offset".toUpperCase()}
-
-
- {this.renderLocationInput(Location.right)}
-
-
- {this.renderLocationInput(Location.bottom)}
-
-
- );
- case PositionValue.static:
- default:
- return null;
- }
- }
-
- private renderLocationInput(location: Location): JSX.Element {
- return (
-