From ff4780296fc9c01b3b40c812c2be568c3c5f8ce7 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Tue, 20 Feb 2024 01:10:36 +0400 Subject: [PATCH] Up Traits doc --- docs/modules/Traits.md | 99 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 94 insertions(+), 5 deletions(-) diff --git a/docs/modules/Traits.md b/docs/modules/Traits.md index 4c9a2b632..9cf5c2a80 100644 --- a/docs/modules/Traits.md +++ b/docs/modules/Traits.md @@ -626,9 +626,9 @@ editor.on('trait:custom', props => { }); ``` -In the example below we'll replicate most of the default functionality by using solely the [Traits API]. +In the example below we'll replicate most of the default functionality by using the [Traits API]. - +