acquiescence - v0.1.7
    Preparing search index...

    Type Alias ElementStateQueryResult

    type ElementStateQueryResult = {
        matches: boolean;
        received?: string;
        isRadio?: boolean;
    }
    Index

    Properties

    matches: boolean
    received?: string
    isRadio?: boolean