@pistonite/workex
    Preparing search index...

    Type Alias IFrameLike

    type IFrameLike = {
        contentWindow?: WindowLike | null;
        src: string;
    }
    Index

    Properties

    Properties

    contentWindow?: WindowLike | null
    src: string