Метод Block:getSection
Метод возвращает раздел DocumentAPI.Section, содержащий блок.
Пример
local section = document:getBlocks():getBlock(0):getSection()
local pageProperties = section:getPageProperties()
Метод возвращает раздел DocumentAPI.Section, содержащий блок.
local section = document:getBlocks():getBlock(0):getSection()
local pageProperties = section:getPageProperties()