Skip to content

@npm9912/v-map


@npm9912/v-map / utils/messages / MESSAGES

Variable: MESSAGES

const MESSAGES: object

Defined in: src/utils/messages.ts:1

Type Declaration

COMPONENT_CONNECTED_CALLBACK

COMPONENT_CONNECTED_CALLBACK: string = 'connectedCallback'

COMPONENT_DID_LOAD

COMPONENT_DID_LOAD: string = 'componentDidLoad'

COMPONENT_DID_RENDER

COMPONENT_DID_RENDER: string = 'componentDidRender'

COMPONENT_DID_UPDATE

COMPONENT_DID_UPDATE: string = 'componentDidUpdate'

COMPONENT_DISCONNECTED_CALLBACK

COMPONENT_DISCONNECTED_CALLBACK: string = 'disconnectedCallback'

COMPONENT_RENDER

COMPONENT_RENDER: string = 'render'

COMPONENT_WILL_LOAD

COMPONENT_WILL_LOAD: string = 'componentWillLoad'

COMPONENT_WILL_RENDER

COMPONENT_WILL_RENDER: string = 'componentWillRender'

COMPONENT_WILL_UPDATE

COMPONENT_WILL_UPDATE: string = 'componentWillUpdate'