LINE Messaging API SDK for PHP

FlexIconSize

FlexIconSize Class Doc Comment

Tags
category

Class

description

You can set the width of an Flex icon component with the `size` property, in pixels, as a percentage, or with a keyword. FlexIconSize just provides only keywords.

author

OpenAPI Generator team

link
https://openapi-generator.tech

Table of Contents

_3XL  = '3xl'
_4XL  = '4xl'
_5XL  = '5xl'
LG  = 'lg'
MD  = 'md'
SM  = 'sm'
XL  = 'xl'
XS  = 'xs'
XXL  = 'xxl'
XXS  = 'xxs'
Possible values of this enum
getAllowableEnumValues()  : array<string|int, string>
Gets allowable values of the enum

Constants

XXS

Possible values of this enum

public mixed XXS = 'xxs'

Methods

getAllowableEnumValues()

Gets allowable values of the enum

public static getAllowableEnumValues() : array<string|int, string>
Return values
array<string|int, string>

Search results