vira - v25.2.0
    Preparing search index...

    Type Alias IsAllowedInputs

    Inputs used to check if the current input element value is allowed.

    type IsAllowedInputs = {
        allowed: string | RegExp | undefined;
        blocked: string | RegExp | undefined;
        value: string;
    }
    Index

    Properties

    Properties

    allowed: string | RegExp | undefined
    blocked: string | RegExp | undefined
    value: string