We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c86520 commit 5738394Copy full SHA for 5738394
2 files changed
docs/docs/guide/expand/editor/metaSpec.md
@@ -460,7 +460,6 @@ import parse from '@alilc/lowcode-material-parser';
460
{
461
name: 'back',
462
title: ' ',
463
- virtual: () => true,
464
display: 'plain',
465
setter: BackwardSetter,
466
}
packages/types/src/shell/type/field-extra-props.ts
@@ -43,11 +43,6 @@ export interface IPublicTypeFieldExtraProps {
43
*/
44
autorun?: (target: IPublicModelSettingField) => void;
45
46
- /**
47
- * is this field is a virtual field that not save to schema
48
- */
49
- virtual?: (target: IPublicModelSettingField) => boolean;
50
-
51
/**
52
* default collapsed when display accordion
53
0 commit comments