File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -463,7 +463,9 @@ Manual transactions with attribute assignments are superior to `record.set()` in
463463
464464## Change events
465465
466- Record implements all methods Messenger class has.
466+ ### Events mixin methods (7)
467+
468+ Record implements [Events](#events-mixin) mixin.
467469
468470### ` event ` "change" ( record )
469471
Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 ">
77 < title > API Reference</ title >
88
9- < link rel ="icon " href ="images/type-r- logo-dark.png " />
9+ < link rel ="icon " href ="images/logo-dark.png " />
1010 < link href ="lib/stylesheets/screen.css " rel ="stylesheet " type ="text/css " media ="screen " />
1111 < link href ="lib/stylesheets/print.css " rel ="stylesheet " type ="text/css " media ="print " />
1212 < link href ="lib/stylesheets/default.css " rel ="stylesheet " type ="text/css " />
5151 < div class ="logo-section ">
5252 < img src ="images/logo.png " />
5353 < div class ="logo-text ">
54- < div class ="logo-caption "> Type-R</ div >
54+ < div class ="logo-caption "> Type-R 1.0 </ div >
5555 < div > universal state management</ div >
5656 </ div >
5757
@@ -586,7 +586,8 @@ <h3 id="record-transaction-fun-">record.transaction( fun )</h3>
586586</ code > </ pre >
587587< p > Manual transactions with attribute assignments are superior to < code > record.set()</ code > in terms of both performance and flexibility.</ p >
588588< h2 id ="change-events "> Change events</ h2 >
589- < p > Record implements all methods Messenger class has.</ p >
589+ < h3 id ="events-mixin-methods-7- "> Events mixin methods (7)</ h3 >
590+ < p > Record implements < a href ="#events-mixin "> Events</ a > mixin.</ p >
590591< h3 id ="-event-change-record- "> < code > event</ code > "change" ( record )</ h3 >
591592< p > Triggered by the record at the end of the attributes update transaction in case if there were any changes applied.</ p >
592593< h3 id ="-event-change-attrname-record-value- "> < code > event</ code > "change:attrName" ( record, value )</ h3 >
Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 ">
77 < title > {{title}}</ title >
88
9- < link rel ="icon " href ="images/type-r- logo-dark.png " />
9+ < link rel ="icon " href ="images/logo-dark.png " />
1010 < link href ="lib/stylesheets/screen.css " rel ="stylesheet " type ="text/css " media ="screen " />
1111 < link href ="lib/stylesheets/print.css " rel ="stylesheet " type ="text/css " media ="print " />
1212 < link href ="lib/stylesheets/default.css " rel ="stylesheet " type ="text/css " />
5454 < div class ="logo-section ">
5555 < img src ="images/logo.png " />
5656 < div class ="logo-text ">
57- < div class ="logo-caption "> Type-R</ div >
57+ < div class ="logo-caption "> Type-R 1.0 </ div >
5858 < div > universal state management</ div >
5959 </ div >
6060
You can’t perform that action at this time.
0 commit comments