Header menu logo FSharp.ATProto

LexType Type

A field type in a Lexicon schema. Recursive (arrays/objects contain nested types).

Union cases

Union case Description

Array LexArray

Full Usage: Array LexArray

Parameters:
Item : LexArray

Blob LexBlob

Full Usage: Blob LexBlob

Parameters:
Item : LexBlob

Boolean LexBoolean

Full Usage: Boolean LexBoolean

Parameters:
Item : LexBoolean

Bytes LexBytes

Full Usage: Bytes LexBytes

Parameters:
Item : LexBytes

CidLink

Full Usage: CidLink

Integer LexInteger

Full Usage: Integer LexInteger

Parameters:
Item : LexInteger

Object LexObject

Full Usage: Object LexObject

Parameters:
Item : LexObject

Params LexParams

Full Usage: Params LexParams

Parameters:
Item : LexParams

Ref LexRef

Full Usage: Ref LexRef

Parameters:
Item : LexRef

String LexString

Full Usage: String LexString

Parameters:
Item : LexString

Union LexUnion

Full Usage: Union LexUnion

Parameters:
Item : LexUnion

Unknown

Full Usage: Unknown

Instance members

Instance member Description

this.IsArray

Full Usage: this.IsArray

Returns: bool
Returns: bool

this.IsBlob

Full Usage: this.IsBlob

Returns: bool
Returns: bool

this.IsBoolean

Full Usage: this.IsBoolean

Returns: bool
Returns: bool

this.IsBytes

Full Usage: this.IsBytes

Returns: bool
Returns: bool

this.IsCidLink

Full Usage: this.IsCidLink

Returns: bool
Returns: bool

this.IsInteger

Full Usage: this.IsInteger

Returns: bool
Returns: bool

this.IsObject

Full Usage: this.IsObject

Returns: bool
Returns: bool

this.IsParams

Full Usage: this.IsParams

Returns: bool
Returns: bool

this.IsRef

Full Usage: this.IsRef

Returns: bool
Returns: bool

this.IsString

Full Usage: this.IsString

Returns: bool
Returns: bool

this.IsUnion

Full Usage: this.IsUnion

Returns: bool
Returns: bool

this.IsUnknown

Full Usage: this.IsUnknown

Returns: bool
Returns: bool

Type something to start searching.