@@ -697,7 +697,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> entity<wbr>IsFile<wbr>Docum
697697 < li class ="tsd-description ">
698698 < aside class ="tsd-sources ">
699699 < ul >
700- < li > Defined in < a href ="https://github.com/JelteMX/mendix-react-widget-utils/blob/master/src/entities.ts#L30 "> entities.ts:30 </ a > </ li >
700+ < li > Defined in < a href ="https://github.com/JelteMX/mendix-react-widget-utils/blob/master/src/entities.ts#L36 "> entities.ts:36 </ a > </ li >
701701 </ ul >
702702 </ aside >
703703 < div class ="tsd-comment tsd-typography ">
@@ -735,7 +735,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> entity<wbr>IsImage</h3>
735735 < li class ="tsd-description ">
736736 < aside class ="tsd-sources ">
737737 < ul >
738- < li > Defined in < a href ="https://github.com/JelteMX/mendix-react-widget-utils/blob/master/src/entities.ts#L19 "> entities.ts:19 </ a > </ li >
738+ < li > Defined in < a href ="https://github.com/JelteMX/mendix-react-widget-utils/blob/master/src/entities.ts#L25 "> entities.ts:25 </ a > </ li >
739739 </ ul >
740740 </ aside >
741741 < div class ="tsd-comment tsd-typography ">
@@ -767,7 +767,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</
767767 < a name ="entityispersistable " class ="tsd-anchor "> </ a >
768768 < h3 > < span class ="tsd-flag ts-flagConst "> Const</ span > entity< wbr > IsPersistable</ h3 >
769769 < ul class ="tsd-signatures tsd-kind-function ">
770- < li class ="tsd-signature tsd-kind-icon "> entity< wbr > IsPersistable< span class ="tsd-signature-symbol "> (</ span > entity< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> boolean</ span > </ li >
770+ < li class ="tsd-signature tsd-kind-icon "> entity< wbr > IsPersistable< span class ="tsd-signature-symbol "> (</ span > entity< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> boolean</ span > < span class =" tsd-signature-symbol " > | </ span > < span class =" tsd-signature-type " > null </ span > < /li >
771771 </ ul >
772772 < ul class ="tsd-descriptions ">
773773 < li class ="tsd-description ">
@@ -778,7 +778,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> entity<wbr>IsPersistable</h
778778 </ aside >
779779 < div class ="tsd-comment tsd-typography ">
780780 < div class ="lead ">
781- < p > Is Entity persistent or not</ p >
781+ < p > Is Entity persistent or not. Note that this is deprecated in Mendix 9 </ p >
782782 </ div >
783783 < dl class ="tsd-comment-tags ">
784784 < dt > name</ dt >
@@ -797,7 +797,7 @@ <h5>entity: <span class="tsd-signature-type">string</span></h5>
797797 </ div >
798798 </ li >
799799 </ ul >
800- < h4 class ="tsd-returns-title "> Returns < span class ="tsd-signature-type "> boolean</ span > </ h4 >
800+ < h4 class ="tsd-returns-title "> Returns < span class ="tsd-signature-type "> boolean</ span > < span class =" tsd-signature-symbol " > | </ span > < span class =" tsd-signature-type " > null </ span > < /h4 >
801801 </ li >
802802 </ ul >
803803 </ section >
@@ -1468,7 +1468,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</s
14681468 < a name ="objectispersistable " class ="tsd-anchor "> </ a >
14691469 < h3 > < span class ="tsd-flag ts-flagConst "> Const</ span > object< wbr > IsPersistable</ h3 >
14701470 < ul class ="tsd-signatures tsd-kind-function ">
1471- < li class ="tsd-signature tsd-kind-icon "> object< wbr > IsPersistable< span class ="tsd-signature-symbol "> (</ span > obj< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> MxObject</ span > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> boolean</ span > </ li >
1471+ < li class ="tsd-signature tsd-kind-icon "> object< wbr > IsPersistable< span class ="tsd-signature-symbol "> (</ span > obj< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> MxObject</ span > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> boolean</ span > < span class =" tsd-signature-symbol " > | </ span > < span class =" tsd-signature-type " > null </ span > < /li >
14721472 </ ul >
14731473 < ul class ="tsd-descriptions ">
14741474 < li class ="tsd-description ">
@@ -1498,7 +1498,7 @@ <h5>obj: <span class="tsd-signature-type">MxObject</span></h5>
14981498 </ div >
14991499 </ li >
15001500 </ ul >
1501- < h4 class ="tsd-returns-title "> Returns < span class ="tsd-signature-type "> boolean</ span > </ h4 >
1501+ < h4 class ="tsd-returns-title "> Returns < span class ="tsd-signature-type "> boolean</ span > < span class =" tsd-signature-symbol " > | </ span > < span class =" tsd-signature-type " > null </ span > < /h4 >
15021502 </ li >
15031503 </ ul >
15041504 </ section >
0 commit comments