GrafoscopioUtils/repository/Grafoscopio-Utils/LeTextualSnippet.extension.st

12 lines
260 B
Smalltalk
Raw Normal View History

Extension { #name : #LeTextualSnippet }
{ #category : #'*Grafoscopio-Utils-Core' }
LeTextualSnippet >> childrenIds [
^ self children collect: [ :each | each uidString ]
]
2022-02-11 21:16:32 +00:00
{ #category : #'*Grafoscopio-Utils-Core' }
LeTextualSnippet >> options [
2022-02-11 21:41:25 +00:00
^ options
2022-02-11 21:16:32 +00:00
]