ngm-masonry
Version:
Angular Module for displaying a feed of items in a masonry layout using https://github.com/glebmlk/ngx-masonry
16 lines (15 loc) • 399 B
TypeScript
export interface INgmMasonryOptions {
itemSelector?: string;
columnWidth?: number | string;
gutter?: number | string;
percentPosition?: boolean;
stamp?: string;
fitWidth?: boolean;
originLeft?: boolean;
originTop?: boolean;
containerStyle?: string;
transitionDuration?: string;
resize?: boolean;
initLayout?: boolean;
horizontalOrder?: boolean;
}