2022-01-24 01:38:07 +00:00
|
|
|
Extension { #name : #LeTextualSnippet }
|
|
|
|
|
|
|
|
{ #category : #'*Grafoscopio-Utils-Core' }
|
|
|
|
LeTextualSnippet >> childrenIds [
|
2022-01-27 14:23:34 +00:00
|
|
|
^ self children collect: [ :each | each uidString ]
|
2022-01-24 01:38:07 +00:00
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|