mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-14 07:47:29 +08:00
Node tests are now more customizeable
This commit is contained in:
4
dist/ueblueprint.js
vendored
4
dist/ueblueprint.js
vendored
@@ -2124,6 +2124,9 @@ class PinEntity extends IEntity {
|
||||
|
||||
getDisplayName() {
|
||||
let matchResult = null;
|
||||
if (this.PinFriendlyName) {
|
||||
return Utility.formatStringName(this.PinFriendlyName.toString())
|
||||
}
|
||||
if (
|
||||
this.PinToolTip
|
||||
// Match up until the first \n excluded or last character
|
||||
@@ -7002,7 +7005,6 @@ class MinimalPinTemplate extends PinTemplate {
|
||||
/**
|
||||
* @typedef {import("../../element/PinElement").PinElementConstructor} PinElementConstructor
|
||||
* @typedef {import("lit").PropertyValues} PropertyValues
|
||||
* @typedef {import ("../../element/NodeElement.js").default} NodeElement
|
||||
*/
|
||||
|
||||
class EventNodeTemplate extends NodeTemplate {
|
||||
|
||||
6
dist/ueblueprint.min.js
vendored
6
dist/ueblueprint.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user