LINE Messaging API SDK for PHP

FlexImageSize

FlexImageSize Class Doc Comment

Tags
category

Class

description

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

author

OpenAPI Generator team

link
https://openapi-generator.tech

Table of Contents

_3XL  = '3xl'
_4XL  = '4xl'
_5XL  = '5xl'
FULL  = 'full'
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

Methods

getAllowableEnumValues()

Gets allowable values of the enum

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

Search results