h5p-types
    Preparing search index...

    Type Alias H5PShowWhenRule

    type H5PShowWhenRule = {
        equals?: string | string[] | boolean;
        field: string;
    }
    Index

    Properties

    Properties

    equals?: string | string[] | boolean
    field: string