mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 02:12:56 +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',
|
||||
title: ' ',
|
||||
virtual: () => true,
|
||||
display: 'plain',
|
||||
setter: BackwardSetter,
|
||||
}
|
||||
|
||||
@ -43,11 +43,6 @@ export interface IPublicTypeFieldExtraProps {
|
||||
*/
|
||||
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
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user