MCPcopy
hub / github.com/directus/directus / string

Method string

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

Source from the content-addressed store, hash-verified

212 }
213
214 string(): this {
215 assert(this._data._kind === 'initial', 'Field type was already set');
216
217 this._data = {
218 field: this._data.field,
219 ...STRING_FIELD,
220 _kind: 'finished',
221 };
222
223 return this;
224 }
225
226 text(): this {
227 assert(this._data._kind === 'initial', 'Field type was already set');

Callers 15

base.tsFile · 0.80
collab.tsFile · 0.80
themes.tsFile · 0.80
generate-joi.tsFile · 0.80
getStringSchemaFunction · 0.80
buildMethod · 0.80
builder.test.tsFile · 0.80
translationsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected