@chief-editor/brick-control
Version:
Control Brick for chief editor
1 lines • 943 B
JavaScript
export function getNullablePartBoardInfo(){return{getPartBoardInfoFromBrickData:function(){return null}}}export function getNullableState(){return{getInitialState:function(){return{}},getDynamicInitialState:function(){return{}}}}export function getNullableDefaultValue(){return{getDefaultValue:function(){return null}}}export function getNullableDynamicDefaultValue(){return{getDynamicDefaultValue:function(){return null}}}export function getContainerDefaultValue(){return{getDefaultValue:function(){return{}}}}export function getContainerDynamicDefaultValue(){return{getDynamicDefaultValue:function(){return{}}}}export function getNullableDisplayData(){return{getDisplayData:function(){return null}}}export function getNormalRenderConfig(){return{getRenderConfig:function(){return{updateWhenLoading:!1,updateWhenValidating:!1,updateUntilReady:!0}}}}export function getNullableDatasource(){return{getInitialDatasource:function(){return null}}}