Type alias H5PExtras

H5PExtras: {
    metadata: H5PMetadata;
    standalone: boolean;
    subContentId?: H5PContentId;
}

Type declaration