Skeleton

A component that is used to hide components during uploading.

Interface: ISkeleton.

Example
import {ISkeleton} from "@onlyoffice/docspace-plugin-sdk";

const skeletonProps: ISkeleton = {
    "width": "100%",
    "height": "100%",
};