Skip to content

Enumeration: RollblindDirectionMode

卷帘对比方向

Properties:
NameTypeDescription
VERTICALString垂直方向,即左右卷帘
HORIZONTAL String水平方向,即上下卷帘

Table of contents

Enumeration Members

Enumeration Members

VERTICAL

VERTICAL = "vertical"

垂直方向,即左右卷帘

Defined in

src/analysis/Rollblind.ts:36


HORIZONTAL

HORIZONTAL = "horizontal"

水平方向,即上下卷帘

Defined in

src/analysis/Rollblind.ts:38