Header menu logo fantomas

FormatDocumentResponse Type

Union cases

Union case Description

Error(filename, formattingError)

Full Usage: Error(filename, formattingError)

Parameters:
    filename : string
    formattingError : string

filename : string
formattingError : string

Formatted(filename, formattedContent, cursor)

Full Usage: Formatted(filename, formattedContent, cursor)

Parameters:
filename : string
formattedContent : string
cursor : FormatCursorPosition option

IgnoredFile filename

Full Usage: IgnoredFile filename

Parameters:
    filename : string

filename : string

Unchanged filename

Full Usage: Unchanged filename

Parameters:
    filename : string

filename : string

Instance members

Instance member Description

this.IsError

Full Usage: this.IsError

Returns: bool
Returns: bool

this.IsFormatted

Full Usage: this.IsFormatted

Returns: bool
Returns: bool

this.IsIgnoredFile

Full Usage: this.IsIgnoredFile

Returns: bool
Returns: bool

this.IsUnchanged

Full Usage: this.IsUnchanged

Returns: bool
Returns: bool

Type something to start searching.