12 lines
260 B
Smalltalk
12 lines
260 B
Smalltalk
Extension { #name : #LeTextualSnippet }
|
|
|
|
{ #category : #'*Grafoscopio-Utils-Core' }
|
|
LeTextualSnippet >> childrenIds [
|
|
^ self children collect: [ :each | each uidString ]
|
|
]
|
|
|
|
{ #category : #'*Grafoscopio-Utils-Core' }
|
|
LeTextualSnippet >> options [
|
|
^ options
|
|
]
|