Skip to content

Commit ab9ba5c

Browse files
authored
chore(ui5-tokenizer): add default slot docs (#11334)
1 parent 340725c commit ab9ba5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/main/src/Tokenizer.ts

+4
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,10 @@ class Tokenizer extends UI5Element {
321321
@property({ type: Number })
322322
_tokensCount = 0;
323323

324+
/**
325+
* Defines the tokens to be displayed.
326+
* @public
327+
*/
324328
@slot({
325329
type: HTMLElement,
326330
"default": true,

0 commit comments

Comments
 (0)