@serenada/core
    Preparing search index...

    Interface TileLayout

    interface TileLayout {
        cornerRadius: number;
        fit: FitMode;
        frame: Rect;
        id: string;
        type: "participant" | "contentSource";
        zOrder: number;
    }
    Index

    Properties

    cornerRadius: number
    fit: FitMode
    frame: Rect
    id: string
    type: "participant" | "contentSource"
    zOrder: number