listTemplates {imola} | R Documentation |
List registered templates
Description
Lists all available grid and flex templates. If type is given, returns only templates for the given grid type.
Usage
listTemplates(type = NULL)
Arguments
type |
Optional argument for what type of css templates to return. value must be either "grid" or "flex". If no type is given, all templates of all types are returned. |
Value
A named list of css templates and specific values.
[Package imola version 0.5.0 Index]