Skip to content

Interface: ViewModelInterface

Hierarchy

  • ViewModelInterface

Index

Methods

Methods

getByPath

getByPath(path: string): ViewModelInterface

Parameters:

Name Type
path string

Returns: ViewModelInterface


getViewStateList

getViewStateList(includeSettings?: boolean): void

Get viewstate list

Parameters:

Name Type Description
includeSettings? boolean

Returns: void


getViewStates

getViewStates(root: any, path?: string, includeSettings?: boolean): void

Get viewstates

Parameters:

Name Type Description
root any -
path? string -
includeSettings? boolean

Returns: void


onChange

onChange(): void

Change to viewstate

Returns: void


parse

parse(data: any): Record‹string, any›

Parse data

Parameters:

Name Type Description
data any

Returns: Record‹string, any›


toJSON

toJSON(withAllProperties: any): Record‹string, any›

Parameters:

Name Type
withAllProperties any

Returns: Record‹string, any›