Skip to content

Commit

Permalink
feat: remove IPublicTypeFieldExtraProps.virtual definition
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping committed Aug 15, 2023
1 parent 7c86520 commit bcca759
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion docs/docs/guide/expand/editor/metaSpec.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ import parse from '@alilc/lowcode-material-parser';
{
name: 'back',
title: ' ',
virtual: () => true,
display: 'plain',
setter: BackwardSetter,
}
Expand Down
5 changes: 0 additions & 5 deletions packages/types/src/shell/type/field-extra-props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit bcca759

Please sign in to comment.