MCPcopy
hub / github.com/directus/directus / text

Method text

packages/schema-builder/src/field.ts:226–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224 }
225
226 text(): this {
227 assert(this._data._kind === 'initial', 'Field type was already set');
228
229 this._data = {
230 field: this._data.field,
231 ...TEXT_FIELD,
232 _kind: 'finished',
233 };
234
235 return this;
236 }
237
238 time(): this {
239 assert(this._data._kind === 'initial', 'Field type was already set');

Calls

no outgoing calls

Tested by 3

getDisplayTextFunction · 0.64
getTranslateButtonFunction · 0.64
requestRouterFunction · 0.64