helpers.dispatcherPathes - ZeMA-gGmbH/NoPE-JS GitHub Wiki

Namespace: dispatcherPathes

helpers.dispatcherPathes

Functions

getEmitterPath

getEmitterPath(identifier, name): string

Parameters

Name Type
identifier string
name string

Returns

string


getMethodPath

getMethodPath(identifier, name): string

Parameters

Name Type
identifier string
name string

Returns

string


getPropertyPath

getPropertyPath(identifier, name): string

Parameters

Name Type
identifier string
name string

Returns

string


isEmitterPathCorrect

isEmitterPathCorrect(identifier, path): boolean

Parameters

Name Type
identifier string
path string

Returns

boolean


isMethodPathCorrect

isMethodPathCorrect(identifier, path): boolean

Parameters

Name Type
identifier string
path string

Returns

boolean


isPropertyPathCorrect

isPropertyPathCorrect(identifier, path): boolean

Parameters

Name Type
identifier string
path string

Returns

boolean