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

Constants

_3XL  : mixed = '3xl'
_4XL  : mixed = '4xl'
_5XL  : mixed = '5xl'
LG  : mixed = 'lg'
MD  : mixed = 'md'
SM  : mixed = 'sm'
XL  : mixed = 'xl'
XS  : mixed = 'xs'
XXL  : mixed = 'xxl'
XXS  : mixed = 'xxs'
Possible values of this enum

Methods

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>
On this page

Search results