Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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