MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / isTitleConfig

Function isTitleConfig

packages/types/src/deprecated/isTitleConfig.ts:8–10  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

6 * @deprecated use same function from '@alilc/lowcode-utils' instead
7 */
8export function isTitleConfig(obj: any): obj is IPublicTypeTitleConfig {
9 return isPlainObject(obj) && !isI18nData(obj);
10}

Callers 4

titleMethod · 0.50
renderMethod · 0.50
renderMethod · 0.50
composeTitleFunction · 0.50

Calls 2

isPlainObjectFunction · 0.90
isI18nDataFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…