FlexBoxPadding
in package
FlexBoxPadding Class Doc Comment
Tags
Table of Contents
Constants
- LG : mixed = 'lg'
- MD : mixed = 'md'
- NONE : mixed = 'none'
- Possible values of this enum
- SM : mixed = 'sm'
- XL : mixed = 'xl'
- XS : mixed = 'xs'
- XXL : mixed = 'xxl'
Methods
- getAllowableEnumValues() : array<string|int, string>
- Gets allowable values of the enum
Constants
LG
public
mixed
LG
= 'lg'
MD
public
mixed
MD
= 'md'
NONE
Possible values of this enum
public
mixed
NONE
= 'none'
SM
public
mixed
SM
= 'sm'
XL
public
mixed
XL
= 'xl'
XS
public
mixed
XS
= 'xs'
XXL
public
mixed
XXL
= 'xxl'
Methods
getAllowableEnumValues()
Gets allowable values of the enum
public
static getAllowableEnumValues() : array<string|int, string>