* return the slot node (only if the current prop represents a slot)
()
| 50 | * return the slot node (only if the current prop represents a slot) |
| 51 | */ |
| 52 | get slotNode(): IPublicModelNode | null { |
| 53 | return ShellNode.create(this[propSymbol].slotNode); |
| 54 | } |
| 55 | |
| 56 | /** |
| 57 | * judge if it is a prop or not |