Class Properties
Class Properties
Declared in packages/sdk/client/src/packlets/proto/gen/schema.ts:16
Constructors
constructor([opts])
Returns: Properties
Arguments:
opts: Partial<PropertiesProps>
Properties
[base]
Type: Properties
Proxied object.
name
Type: string
type
Type: EchoSchemaType
[data]
Type: any
[db]
Type: undefined | EchoDatabase
Database reference if bound.
[schema]
Type: undefined | EchoSchemaType
Returns the schema type descriptor for the object.
[toStringTag]
Type: string
__deleted
Type: boolean
Deletion.
__typename
Type: undefined | string
Fully qualified name of the object type for objects created from the schema.
id
Type: string
ID accessor.
Methods
[custom](depth, options, inspect_)
Returns: string
Arguments:
depth: number
options: InspectOptionsStylized
inspect_: function
_beforeBind()
Returns: void
Arguments: none
toJSON()
Convert to JSON object. Used by JSON.stringify . https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#description
Returns: any
Arguments: none
filter([opts])
Returns: TypeFilter<Properties>
Arguments:
opts: Partial<PropertiesProps>