Appearance
@line/bot-sdk / Offset
Type Alias: Offset
Offset =
object
Defined in: lib/types.ts:1239
Properties
offsetBottom?
optional
offsetBottom:string
Defined in: lib/types.ts:1258
The bottom offset. For more information, see Offset in the API documentation.
offsetEnd?
optional
offsetEnd:string
Defined in: lib/types.ts:1268
The right offset. For more information, see Offset in the API documentation.
offsetStart?
optional
offsetStart:string
Defined in: lib/types.ts:1263
The left offset. For more information, see Offset in the API documentation.
offsetTop?
optional
offsetTop:string
Defined in: lib/types.ts:1253
The top offset. For more information, see Offset in the API documentation.
position?
optional
position:"relative"
|"absolute"
Defined in: lib/types.ts:1248
Reference position for placing this box. Specify one of the following values:
relative
: Use the previous box as reference.absolute
: Use the top left of parent element as reference.
The default value is relative. For more information, see Offset in the API documentation.