Scrolling

Determines whether the content can be scrolled.

Possible values:

Schema: tchmi:framework#/definitions/ScrollMode

Attribute getter

public getScrolling(): 'No' | 'Yes' | 'Auto' | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

'No' | 'Yes' | 'Auto' | undefined

The current value of the attribute.

Attribute setter

public setScrolling(valueNew: 'No' | 'Yes' | 'Auto' | null): void;

Parameter

Name

Type

Description

valueNew

'No' | 'Yes' | 'Auto', null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

Scrolling 1:

Available from 1.8