Index

test.ts

__karma__
__karma__: any
Type : any
context
context:
Default value : require.context('./packages', true, /\.spec\.ts$/)
require
require: any
Type : any

integration/environments/environment.ts

environment
environment: object
Type : object
Default value : { production: false }

integration/environments/environment.prod.ts

environment
environment: object
Type : object
Default value : { production: true }

packages/ngx-filepond/src/filepond.component.ts

filteredComponentMethods
filteredComponentMethods: Array<string>
Type : Array<string>
Default value : [ 'setOptions', 'on', 'off', 'onOnce', 'appendTo', 'insertAfter', 'insertBefore', 'isAttachedTo', 'replaceElement', 'restoreElement', 'destroy' ]
inputs
inputs: Array<any>
Type : Array<any>
Default value : []
isSupported
isSupported: boolean
Type : boolean
Default value : supported()
outputs
outputs: Array<any>
Type : Array<any>
Default value : []
registerPlugin
registerPlugin:
Default value : (...args: Array<any>) => { // register plugin register(...args); // update props update(); }
update
update:
Default value : () => { inputs.length = 0; outputs.length = 0; for (const prop in OptionTypes) { // don't add events to the props array if (/^on/.test(prop)) { outputs.push(prop); continue; } // get property type inputs.push(prop); } }

integration/test.integration.ts

integrationContext
integrationContext:
Default value : require.context('./', true, /\.spec\.ts$/)
require
require: any
Type : any

results matching ""

    No results matching ""