MCPcopy
hub / github.com/appsmithorg/appsmith / IEntity

Interface IEntity

app/client/src/ce/plugins/Linting/lib/entity/types.ts:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11export type EntityTypeValue = ValueOf<typeof ENTITY_TYPE>;
12
13export interface IEntity {
14 getName(): string;
15 getId(): string;
16 getType(): EntityTypeValue;
17 getRawEntity(): unknown;
18 getConfig(): unknown;
19 computeDifference(entity?: IEntity): Diff<unknown>[] | undefined;
20}

Callers 40

echarts@5.4.3.jsFile · 0.65
fgFunction · 0.65
ygFunction · 0.65
AyFunction · 0.65
yMFunction · 0.65
eFunction · 0.65
tCFunction · 0.65
eCFunction · 0.65
ygFunction · 0.65
echarts@5.4.3.jsFile · 0.65
aFunction · 0.65
RDFunction · 0.65

Implementers 4

JSEntityapp/client/src/plugins/Linting/lib/ent
AppsmithEntityapp/client/src/plugins/Linting/lib/ent
WidgetEntityapp/client/src/plugins/Linting/lib/ent
ActionEntityapp/client/src/plugins/Linting/lib/ent

Calls

no outgoing calls

Tested by

no test coverage detected