MCPcopy Create free account
hub / github.com/apitable/apitable / getViewIntroduce

Method getViewIntroduce

packages/core/src/model/views/form_view.ts:25–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24export class FormView extends View {
25 static getViewIntroduce() {
26 return {
27 title: t(Strings.form_view),
28 desc: t(Strings.form_view_desc),
29 videoGuide: integrateCdnHost(Settings.view_form_guide_video.value),
30 };
31 }
32 static generateDefaultProperty() {
33 return null;
34 }

Callers

nothing calls this directly

Calls 2

tFunction · 0.90
integrateCdnHostFunction · 0.90

Tested by

no test coverage detected