block_file.Rd
Displays a remote file
file_block(external_id, id = NULL)
external_id | character, the external unique ID for this file. |
---|---|
id | character, A string acting as a unique identifier for a block. Default: NULL |
block_file class
Available in surfaces: Messages
Other layout:
actions_block()
,
as.blocks()
,
context_block()
,
divider_block()
,
image_block()
,
input_block()
,
section_block()
,
wrap_blocks()
file_block( external_id = 'ABCD1' )#> { #> "type": "file", #> "external_id": "ABCD1", #> "source": "remote" #> }