Family of functions meant to be used to implement custom boards extensions, not to be used by end users.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | board_pin_create(board, path, name, description, type, metadata)
board_initialize(board, ...)
board_pin_get(board, name, details)
board_pin_remove(board, name)
board_pin_find(board, text, ...)
board_local_storage(component)
board_load(board)
board_persist(board)
board_info(board)
board_pin_store(board, path, name, description, type, metadata)
|
x |
A local file path or an object. Boards must support storing both. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.