@witchcraft/layout
    Preparing search index...

    Type Alias LayoutChange<TInfo>

    type LayoutChange<TInfo = never> = {
        created: LayoutFrame[];
        deleted: LayoutFrame[];
        info?: TInfo;
        modified: LayoutFrame[];
    }

    Type Parameters

    • TInfo = never
    Index

    Properties

    created: LayoutFrame[]
    deleted: LayoutFrame[]
    info?: TInfo
    modified: LayoutFrame[]