Skip to content

routier-collection


routier-collection / plugins/blob/src / fileProperties

Function: fileProperties()

fileProperties<T>(schema): PropertyInfo<T>[]

Defined in: plugins/blob/src/BlobDbPlugin.ts:145

Every file property of a schema. Roots only; a file is a leaf and has no children.

Type Parameters

T

T extends object

Parameters

schema

CompiledSchema<T>

Returns

PropertyInfo<T>[]

Released under the MIT License.