mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 03:01:16 +00:00
feat: remove IPublicTypeFieldExtraProps.virtual definition
This commit is contained in:
parent
7c8652057f
commit
5738394a2e
@ -460,7 +460,6 @@ import parse from '@alilc/lowcode-material-parser';
|
|||||||
{
|
{
|
||||||
name: 'back',
|
name: 'back',
|
||||||
title: ' ',
|
title: ' ',
|
||||||
virtual: () => true,
|
|
||||||
display: 'plain',
|
display: 'plain',
|
||||||
setter: BackwardSetter,
|
setter: BackwardSetter,
|
||||||
}
|
}
|
||||||
|
|||||||
@ -43,11 +43,6 @@ export interface IPublicTypeFieldExtraProps {
|
|||||||
*/
|
*/
|
||||||
autorun?: (target: IPublicModelSettingField) => void;
|
autorun?: (target: IPublicModelSettingField) => void;
|
||||||
|
|
||||||
/**
|
|
||||||
* is this field is a virtual field that not save to schema
|
|
||||||
*/
|
|
||||||
virtual?: (target: IPublicModelSettingField) => boolean;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* default collapsed when display accordion
|
* default collapsed when display accordion
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user