MediaSFU Angular
    Preparing search index...

    Interface FlexibleGridOptions

    interface FlexibleGridOptions {
        customWidth: number;
        customHeight: number;
        rows: number;
        columns: number;
        componentsToRender: { component: any; inputs?: any }[];
        backgroundColor?: string;
        containerStyle?: Partial<CSSStyleDeclaration>;
        customTemplate?: TemplateRef<any>;
    }
    Index

    Properties

    customWidth: number
    customHeight: number
    rows: number
    columns: number
    componentsToRender: { component: any; inputs?: any }[]
    backgroundColor?: string
    containerStyle?: Partial<CSSStyleDeclaration>
    customTemplate?: TemplateRef<any>