Properties
Methods
addChildrenToStore
- addChildrenToStore(): void
Returns void
getClass
- getClass(): string
Returns string
getType
- getType(): string
Returns string
getUrl
- getUrl(): string
Returns string
id
- id(): string
Returns string
parse
- parse(json: Record<string, unknown>): boolean
Parameters
- json: Record<string, unknown>
Returns boolean
reload
- reload(reloadAll?: boolean): Promise<boolean>
Parameters
Optional
reloadAll: boolean
Returns Promise<boolean>
removeChild
- removeChild(child: IModel): void
Returns void
setParent
- setParent(parent?: IModel): void
Returns void
toJSON
- toJSON(customKeys?: string[]): JSONObject
Parameters
Optional
customKeys: string[]