Home Reference Source Repository

Variable

Static Public Summary
public

All middleware operations.

public

Event emitted on collection changes.

public

Middleware operation for create requests.

public
public

Event emitted on collection destroy() success.

public

Middleware operation for destroy requests.

public

Event emitted on error during an operation.

public

Middleware operation for fetch requests.

public

Event emitted on collection fetch() success.

public

Middleware operation for find requests.

public

Event emitted on collection find() success.

public
public
public
public

Event emitted on collection save() success.

public

Middleware operation for update requests.

Static Public

public AllOp: undefined[] source

All middleware operations.

public ChangeEvent: string source

import {ChangeEvent} from 'f.lux/src/collection/CollectionProperty.js'

Event emitted on collection changes.

public CreateOp: string source

Middleware operation for create requests.

public DEFAULTS_OPTION: string source

import {DEFAULTS_OPTION} from 'f.lux/src/collection/CollectionOptions.js'

public DeletedEvent: string source

import {DeletedEvent} from 'f.lux/src/collection/CollectionProperty.js'

Event emitted on collection destroy() success.

public DestroyOp: string source

Middleware operation for destroy requests.

public ErrorEvent: string source

Event emitted on error during an operation.

public FetchOp: string source

Middleware operation for fetch requests.

public FetchedEvent: string source

import {FetchedEvent} from 'f.lux/src/collection/CollectionProperty.js'

Event emitted on collection fetch() success.

public FindOp: string source

Middleware operation for find requests.

public FoundEvent: string source

Event emitted on collection find() success.

public MERGE_OPTION: string source

import {MERGE_OPTION} from 'f.lux/src/collection/CollectionOptions.js'

public NONE_OPTION: string source

import {NONE_OPTION} from 'f.lux/src/collection/CollectionOptions.js'

public REPLACE_OPTION: string source

import {REPLACE_OPTION} from 'f.lux/src/collection/CollectionOptions.js'

public SavedEvent: string source

Event emitted on collection save() success.

public UpdateOp: string source

Middleware operation for update requests.