h5p-types
    Preparing search index...

    Type Alias H5PShowWhenOptions

    type H5PShowWhenOptions = {
        detach?: boolean;
        rules: H5PShowWhenRule[];
        type?: "and" | "or";
        widget?: string;
    }
    Index

    Properties

    detach?: boolean

    True means field is removed from DOM when hidden. Default behaviour is hiding it using CSS (display: none).

    type?: "and" | "or"
    "or"
    
    widget?: string