@escolalms/h5p-react
    Preparing search index...

    Type Alias PlayerProps

    type PlayerProps = {
        h5pObject?: H5PObject;
        id: number | string;
        onXAPI?: (event: XAPIEvent) => void;
        styles?: string[];
    }
    Index

    Properties

    h5pObject?: H5PObject
    id: number | string
    onXAPI?: (event: XAPIEvent) => void
    styles?: string[]